Skip to content

Instantly share code, notes, and snippets.

@codeclash
Created June 24, 2015 12:59
Show Gist options
  • Save codeclash/854ad14a3f933f254fed to your computer and use it in GitHub Desktop.
Save codeclash/854ad14a3f933f254fed to your computer and use it in GitHub Desktop.
{
"Version": null,
"ControllerDescriptions": [
{
"ControllerName": "Login",
"ActionDescriptions": [
{
"ActionName": "PerformLogin",
"Routes": [
"v1/private/users/login"
],
"ResourceDescription": {
"ID": "GETv1-private-users-login",
"Documentation": null,
"RelativePath": "v1/private/users/login",
"ParameterDescriptions": [],
"SubTitle": null,
"Title": null,
"RequestSampleData": null,
"ResponseSampleData": {
"AuthenticatedUser": {
"Email": "test@testmail.com",
"UserId": 6,
"Username": "testusername",
"FavoritesCount": 5,
"SearchjobsCount": 13,
"RegisteredSince": "Mon, 25 May 2015 09:47:57 GMT",
"Tokens": [
{
"TokenId": 12345,
"Value": "ABCde_123",
"OsType": "android",
"LastModifiedDate": "Mon, 25 May 2015 09:47:57 GMT"
}
]
}
}
},
"HttpMethods": [
"GET"
]
}
]
}
],
"SelectedMenu": "webapi"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment