KeshBotics / keshbotics3

KeshBotics 3 Discord async bot and Twitch API/webhook integration.
GNU General Public License v3.0
3 stars 1 forks source link

Reworked the API's HTTP Responses #42

Closed Travis-Owens closed 3 years ago

Travis-Owens commented 3 years ago

Reworked the API's HTTP Responses Resolves #26

Fixed Incorrect Indention This incorrect indention resulted in all request to the API returning an HTTP status code of 200 or OK.

Updates Discord Module to Reflect API Changes Updated the discord commands that interface with the API to properly expect and handle the new JSON formatted data. Checking for the status code is not particularly important as the value in "message" is designed to inform the user of success or failure. In the event that "message" cannot be found in the response content, a generalized "Back-end server error!" will be returned.