tehstone / Kyogre

A Discord helper bot for Pokemon Go communities.
GNU General Public License v3.0
3 stars 4 forks source link

Single web request for raid data pull #14

Open tehstone opened 4 years ago

tehstone commented 4 years ago

Currently the 2 places in which raid data are updated make individual requests for the data. Make one request within Kyogre, then add an endpoint to the OCR server to accept new raid json.

tehstone commented 4 years ago

Endpoint should come first so it can be called automatically or manually