From 0a5037d49a009c57935f8b028249a9572b7940f2 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Mon, 12 Dec 2016 10:25:19 +0000 Subject: [PATCH] Update contributing guidelines to reflect updated auth column --- CONTRIBUTING.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b87a8752..74dcfa4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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