Incapamentum / Exalted-Sage

Discord bot that does API requests to retrieve a collection of daily achievements for the next day and pushes an alert when any that is in a watchlist shows up.
3 stars 0 forks source link

GW2 API - Relook at Scripts and Documentation #40

Open Incapamentum opened 1 year ago

Incapamentum commented 1 year ago

At this stage, it may be necessary to, from time to time, double-check the GW2 API. This is a third-party API that (presumably) is maintained by ArenaNet. Documentation for it can be found here.

The API is used in a daily query to grab the list of daily achievements, however I've noticed that the report comes back incorrect. Hence, why the API should be revisited.

At minimum, the scripts should also be revisited. These were created as a way to pull data from the API and compile the results into one object that exists within the database.

Incapamentum commented 8 months ago

I think it's about time to start taking a look at this, particularly since the release of the Secrets of the Obscure expansion back in August 2023 ended up breaking the existing functionality of the bot in regards to the API.