diff options
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> |
