Update CONTRIBUTING

This commit is contained in:
Marcel Cruz
2023-05-15 13:18:07 +02:00
parent 7dba5247b3
commit b14bad7539

View File

@@ -24,7 +24,9 @@ Example entry:
| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes | | [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes |
``` ```
\* Currently, the only accepted inputs for the `Auth` field are as follows: The URL must start with `http://` or `https://`.
Currently, the only accepted inputs for the `Auth` 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_
@@ -32,7 +34,7 @@ Example entry:
- `No` - _the API requires no authentication to run_ - `No` - _the API requires no authentication to run_
- `User-Agent` - _the name of the header to be sent with requests to the API_ - `User-Agent` - _the name of the header to be sent with requests to the API_
\* Currently, the only accepted inputs for the `CORS` field are as follows: Currently, the only accepted inputs for the `CORS` field are as follows:
- `Yes` - _the API supports CORS_ - `Yes` - _the API supports CORS_
- `No` - _the API does not support CORS_ - `No` - _the API does not support CORS_