1 Commits

Author SHA1 Message Date
dependabot[bot] c67d8499c4 Bump certifi from 2021.10.8 to 2022.12.7 in /scripts
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 13:35:44 +00:00
4 changed files with 252 additions and 733 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

+4 -8
View File
@@ -12,14 +12,14 @@ community build applications and use free, public APIs quickly and easily. Pull
Current API entry format: Current API entry format:
| API | Description | Auth | HTTPS | CORS | Call this API | | API | Description | Auth | HTTPS | CORS |
| --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- |
| API Title(Link to API documentation) | Description of API | Does this API require authentication? * | Does the API support HTTPS? | Does the API support [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)? * | [Does this API have a public Postman Collection?](https://learning.postman.com/docs/publishing-your-api/run-in-postman/creating-run-button/) | | API Title(Link to API documentation) | Description of API | Does this API require authentication? * | Does the API support HTTPS? | Does the API support [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)? * |
Example entry: Example entry:
``` ```
| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes | [Run in Postman Button] | [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes |
``` ```
\* Currently, the only accepted inputs for the `Auth` field are as follows: \* Currently, the only accepted inputs for the `Auth` field are as follows:
@@ -36,14 +36,10 @@ Example entry:
* `No` - _the API does not support CORS_ * `No` - _the API does not support CORS_
* `Unknown` - _it is unknown if the API supports CORS_ * `Unknown` - _it is unknown if the API supports CORS_
\* For the Call this API column, add a link to a Postman collection. You may need to [create a collection](https://learning.postman.com/docs/getting-started/first-steps/creating-the-first-collection/) to create a Run in Postman Button.
_Without proper [CORS configuration](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) an API will only be usable server side._ _Without proper [CORS configuration](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) an API will only be usable server side._
After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link]. After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link].
*Please follow the guidelines given below while making a Pull Request to the Public APIs* *Please follow the guidelines given below while making a Pull Request to the Public APIs*
## Pull Request Guidelines ## Pull Request Guidelines
+247 -724
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,4 +1,4 @@
certifi==2021.10.8 certifi==2022.12.7
charset-normalizer==2.0.10 charset-normalizer==2.0.10
idna==3.3 idna==3.3
requests==2.27.1 requests==2.27.1