Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
0a5037d4
Commit
0a5037d4
authored
Dec 12, 2016
by
Mike Street
Browse files
Update contributing guidelines to reflect updated auth column
parent
3ea4f7f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
0a5037d4
...
...
@@ -15,12 +15,16 @@ Current API entry format:
| API Title | Description of API | Does this API require authentication?
*
| Link to API webpage |
Example entry:
```
| NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) |
```
*
currently, the only accepted inputs for this field are as follows:
*
OAuth - _the API supports
[
OAuth
][
oauth-link
]
_
*
apiKey - _the API uses a private key string/token for authentication_
Currently, the only accepted inputs for this field are as follows:
*
`oAuth`
- _the API supports oAuth_
*
`apiKey`
- _the API uses a private key string/token for authentication - try and use the correct parameter_
*
`X-Mashape-Key`
- _the name of the header which may need to be sent
*
No - _the API requires no authentication to run_
##Pull Request
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment