Decicus / DecAPI

API provider/proxy that provides plaintext responses - Documentation: https://docs.decapi.me/
https://decapi.me/
MIT License
118 stars 23 forks source link

[Twitch] Helix changes: `/subpoints`, `/subcount`, `/accountage` & `/creation` #73

Closed Decicus closed 3 years ago

Decicus commented 3 years ago

Related to issue #22

The following endpoints have changed:

Subpoints

Subcount

Accountage

Accountage now uses Helix and caches the created_at timestamp (containing the date & time of when the account was made) for up to 6 hours. This timestamp is shared with creation.
The "cache" does not mean that the same response will be 'wrong' for up to 6 hours, but there may be extremely rare scenarios where you get a wrong response, such as:

Creation

Creation now uses Helix as well. Similarly to accountage, the created_at timestamp containing the creation date & time of the account is cached for up to 6 hours, which is shared with accountage.