jermbo / SampleAPIs

A simple, no fuss, no mess, no auth playground for learning RESTful or GraphQL APIs.
https://sampleapis.com/
MIT License
214 stars 51 forks source link

API Data Reset #134

Closed jermbo closed 3 years ago

jermbo commented 3 years ago

As an admin, I would like a simple way to reset all endpoints data or an individual endpoint data.

Currently, there is a way to reset do this. The issue is the server needs to be triggered to reset itself. After speaking with the host, if the app fails for what ever reason, then a server process automatically kicks in to turn the app back on.

We need to figure out a way to utilize that functionality when resetting the data without causing an infinite loop of reset, crash, turn on.