From c67d8499c400568b064a600fbc10b08f1e7009eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:35:44 +0000 Subject: [PATCH 1/2] 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] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 9b0cb453..6d06ef42 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ -certifi==2021.10.8 +certifi==2022.12.7 charset-normalizer==2.0.10 idna==3.3 requests==2.27.1 From aa3032e548ead9754c23bf1a0d212fa10b3a8eb4 Mon Sep 17 00:00:00 2001 From: nick-Sutton <136986806+nick-Sutton@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:24:58 -0400 Subject: [PATCH 2/2] Add Epic Store API to Games and Comics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..73f9168b 100644 --- a/README.md +++ b/README.md @@ -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 |