Skip to content

Commit

Permalink
Update contributing guidelines to reflect updated auth column
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestreety committed Dec 12, 2016
1 parent 3ea4f7f commit 0a5037d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a5037d

Please sign in to comment.