Created
June 2, 2013 10:47
-
-
Save sebdeckers/5693282 to your computer and use it in GitHub Desktop.
Endpoints draft
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /organizations/ | |
Response: [{ | |
id: String, | |
name: String, | |
email: String, | |
}*] | |
GET /walls/?organization=:id | |
Response: [{ | |
id: String, | |
name: String | |
}*] | |
GET /stickies/?wall=:id | |
Response: [{ | |
id: String, | |
title: String, | |
description: String, | |
milestones: [String*], | |
labels: [String*] | |
}*] | |
GET /user/ | |
Response: { | |
id: String, | |
name: String, | |
email: String, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add avatar into the user