mirror of
https://github.com/public-apis/public-apis.git
synced 2025-07-17 16:37:52 +02:00
Merge pull request #253 from davemachado/add-contributing-reference
Update README.md
This commit is contained in:
commit
fba629aef6
2 changed files with 5 additions and 3 deletions
|
@ -24,10 +24,10 @@ Currently, the only accepted inputs for this field are as follows:
|
||||||
|
|
||||||
* `oAuth` - _the API supports oAuth_
|
* `oAuth` - _the API supports oAuth_
|
||||||
* `apiKey` - _the API uses a private key string/token for authentication - try and use the correct parameter_
|
* `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
|
* `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_
|
||||||
|
|
||||||
Please continue to follow the alphabetical ordering that is in place.
|
Please continue to follow the alphabetical ordering that is in place per section.
|
||||||
|
|
||||||
##Pull Request
|
##Pull Request
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
A collective list of JSON APIs for use in web development.
|
A collective list of JSON APIs for use in web development.
|
||||||
|
|
||||||
|
For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md).
|
||||||
|
|
||||||
## Index
|
## Index
|
||||||
|
|
||||||
* [Animals](#animals)
|
* [Animals](#animals)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue