diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-20 13:44:35 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-20 13:44:35 +0200 |
| commit | 42224f9bd12b9ae61e2cb54448398817a643fe42 (patch) | |
| tree | 80fb39c840c4c070e11a6a14f0581204625b0661 /views/api.tt | |
| parent | typo (diff) | |
| parent | indegre -> indegree on main page (diff) | |
| download | stargit-42224f9bd12b9ae61e2cb54448398817a643fe42.tar.gz | |
Merge remote-tracking branch 'bigpresh/typos'
* bigpresh/typos:
indegre -> indegree on main page
A few typos on API page.
Fix a few typos on about page.
Conflicts:
views/index.tt
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'views/api.tt')
| -rw-r--r-- | views/api.tt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/api.tt b/views/api.tt index 1858078..f5e1838 100644 --- a/views/api.tt +++ b/views/api.tt @@ -2,7 +2,7 @@ <div id="static"> <h1>StarGit's API</h1> - StarGit provides a simple API to get informations for a user. + StarGit provides a simple API to get information for a user. <h2>Methods</h2> @@ -10,13 +10,13 @@ <ul> <li>method: <strong>GET</strong></li> - <li>status: <strong>200</strong> if user exists, <strong>404</strong> when user doesn't exists</li> + <li>status: <strong>200</strong> if user exists, <strong>404</strong> when user doesn't exist</li> <li>format: <strong>JSON</strong></li> <li>keys: <ul> <li>login: user's login in GitHub</li> <li>country: name of the country (<strong>unknown</strong> if the information wasn't extracted)</li> - <li>website: url of the website (can be <strong>none</strong>; validity of the URL is not guaranted)</li> + <li>website: URL of the user's website (can be <strong>none</strong>; validity of the URL is not guaranteed)</li> <li>language: main language for the profile (can be <strong>unknown</strong>)</li> <li>gravatar: gravatar's ID</li> <li>name: name</li> |
