mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Update contributing guidelines to reflect updated auth column
This commit is contained in:
@@ -15,12 +15,16 @@ Current API entry format:
|
|||||||
| API Title | Description of API | Does this API require authentication? * | Link to API webpage |
|
| API Title | Description of API | Does this API require authentication? * | Link to API webpage |
|
||||||
|
|
||||||
Example entry:
|
Example entry:
|
||||||
|
|
||||||
```
|
```
|
||||||
| NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) |
|
| 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]_
|
Currently, the only accepted inputs for this field are as follows:
|
||||||
* apiKey - _the API uses a private key string/token for authentication_
|
|
||||||
|
* `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_
|
* No - _the API requires no authentication to run_
|
||||||
|
|
||||||
##Pull Request
|
##Pull Request
|
||||||
|
|||||||
Reference in New Issue
Block a user