Debugging System

We created a debugging system that saves every call of our endpoints, so we can recreate events and test new or updated code on our endpoints.

  • As an endpoint I want to create a new folder for each endpoint that is called by the bot, so I can store all calls to this endpoint there.
  • As an endpoint I want to save the plain get call, so the creators can use them later to recreate the event.
  • As a creator I want to check the endpoint with an updated call, so I can make sure that the endpoint still works as expected.

Leave a Reply

Your email address will not be published. Required fields are marked *