Преглед на файлове

Update contributing guidelines to reflect updated auth column

pull/252/head
Mike Street преди 7 години
родител
ревизия
0a5037d49a
променени са 1 файла, в които са добавени 7 реда и са изтрити 3 реда
  1. +7
    -3
      CONTRIBUTING.md

+ 7
- 3
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


Зареждане…
Отказ
Запис