Browse Source

Merge pull request #1 from nick-Sutton/dependabot/pip/scripts/certifi-2022.12.7

Dependabot/pip/scripts/certifi 2022.12.7
pull/3653/head
Nicholas Sutton 7 months ago
committed by GitHub
parent
commit
162df98909
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      README.md
  2. +1
    -1
      scripts/requirements.txt

+ 1
- 0
README.md View File

@@ -842,6 +842,7 @@ API | Description | Auth | HTTPS | CORS |
| [Dota 2](https://docs.opendota.com/) | Provides information about Player stats , Match stats, Rankings for Dota 2 | `apiKey` | Yes | Unknown |
| [Dungeons and Dragons](https://www.dnd5eapi.co/docs/) | Reference for 5th edition spells, classes, monsters, and more | No | No | No |
| [Dungeons and Dragons (Alternate)](https://open5e.com/) | Includes all monsters and spells from the SRD (System Reference Document) as well as a search API | No | Yes | Yes |
| [Epic Store (Unoffical)](https://epicstore-api.readthedocs.io/) | Epic Games Store data | No | Yes | Unknown |
| [Eve Online](https://esi.evetech.net/ui) | Third-Party Developer Documentation | `OAuth` | Yes | Unknown |
| [FFXIV Collect](https://ffxivcollect.com/) | Final Fantasy XIV data on collectables | No | Yes | Yes |
| [FIFA Ultimate Team](https://www.easports.com/fifa/ultimate-team/api/fut/item) | FIFA Ultimate Team items API | No | Yes | Unknown |


+ 1
- 1
scripts/requirements.txt View File

@@ -1,4 +1,4 @@
certifi==2021.10.8
certifi==2022.12.7
charset-normalizer==2.0.10
idna==3.3
requests==2.27.1


Loading…
Cancel
Save