fsu-fall2022-capstone / Project-Group-5

A discord bot that connects to the online game nationstates
1 stars 0 forks source link

Fetch data #12

Closed CoderJoshDK closed 1 year ago

CoderJoshDK commented 1 year ago

API has fetchable XML data from 4 endpoints.

(there are also trading cards but that will be considered independent)

Nation API has private shards as well but only notices should be exposed. All else will either not be handled or handled through other internal commands.

CoderJoshDK commented 1 year ago

World API data does not make sense to gather in the context of this bot. The information is irrelevant for a user of this bot and discord interactions severely underpower the abilities of that endpoint. As such, it will be ignored. With that in mind, the fetching of data from all endpoints is complete