Commit 66ac2812 authored by Jacopo's avatar Jacopo

Adds avatar url and web_url to the docs

parent 87c0a831
...@@ -40,6 +40,8 @@ Example response: ...@@ -40,6 +40,8 @@ Example response:
"username": "raymond_smith", "username": "raymond_smith",
"name": "Raymond Smith", "name": "Raymond Smith",
"state": "active", "state": "active",
"avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
"web_url": "http://192.168.1.8:3000/root",
"created_at": "2012-10-22T14:13:35Z", "created_at": "2012-10-22T14:13:35Z",
"access_level": 30 "access_level": 30
}, },
...@@ -48,6 +50,8 @@ Example response: ...@@ -48,6 +50,8 @@ Example response:
"username": "john_doe", "username": "john_doe",
"name": "John Doe", "name": "John Doe",
"state": "active", "state": "active",
"avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
"web_url": "http://192.168.1.8:3000/root",
"created_at": "2012-10-22T14:13:35Z", "created_at": "2012-10-22T14:13:35Z",
"access_level": 30 "access_level": 30
} }
...@@ -82,6 +86,8 @@ Example response: ...@@ -82,6 +86,8 @@ Example response:
"username": "raymond_smith", "username": "raymond_smith",
"name": "Raymond Smith", "name": "Raymond Smith",
"state": "active", "state": "active",
"avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
"web_url": "http://192.168.1.8:3000/root",
"created_at": "2012-10-22T14:13:35Z", "created_at": "2012-10-22T14:13:35Z",
"access_level": 30 "access_level": 30
}, },
...@@ -90,6 +96,8 @@ Example response: ...@@ -90,6 +96,8 @@ Example response:
"username": "john_doe", "username": "john_doe",
"name": "John Doe", "name": "John Doe",
"state": "active", "state": "active",
"avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
"web_url": "http://192.168.1.8:3000/root",
"created_at": "2012-10-22T14:13:35Z", "created_at": "2012-10-22T14:13:35Z",
"access_level": 30 "access_level": 30
}, },
...@@ -98,6 +106,8 @@ Example response: ...@@ -98,6 +106,8 @@ Example response:
"username": "foo_bar", "username": "foo_bar",
"name": "Foo bar", "name": "Foo bar",
"state": "active", "state": "active",
"avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
"web_url": "http://192.168.1.8:3000/root",
"created_at": "2012-11-22T14:13:35Z", "created_at": "2012-11-22T14:13:35Z",
"access_level": 30 "access_level": 30
} }
...@@ -131,6 +141,8 @@ Example response: ...@@ -131,6 +141,8 @@ Example response:
"username": "raymond_smith", "username": "raymond_smith",
"name": "Raymond Smith", "name": "Raymond Smith",
"state": "active", "state": "active",
"avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
"web_url": "http://192.168.1.8:3000/root",
"created_at": "2012-10-22T14:13:35Z", "created_at": "2012-10-22T14:13:35Z",
"access_level": 30, "access_level": 30,
"expires_at": null "expires_at": null
...@@ -166,6 +178,8 @@ Example response: ...@@ -166,6 +178,8 @@ Example response:
"username": "raymond_smith", "username": "raymond_smith",
"name": "Raymond Smith", "name": "Raymond Smith",
"state": "active", "state": "active",
"avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
"web_url": "http://192.168.1.8:3000/root",
"created_at": "2012-10-22T14:13:35Z", "created_at": "2012-10-22T14:13:35Z",
"access_level": 30 "access_level": 30
} }
...@@ -200,6 +214,8 @@ Example response: ...@@ -200,6 +214,8 @@ Example response:
"username": "raymond_smith", "username": "raymond_smith",
"name": "Raymond Smith", "name": "Raymond Smith",
"state": "active", "state": "active",
"avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
"web_url": "http://192.168.1.8:3000/root",
"created_at": "2012-10-22T14:13:35Z", "created_at": "2012-10-22T14:13:35Z",
"access_level": 40 "access_level": 40
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment