Heello / Issues

Bug and feature tracking
1 stars 0 forks source link

API feature request - "sandbox" mode #16

Closed katanacrimson closed 7 years ago

katanacrimson commented 11 years ago

As above, a sandbox mode would be nice for testing without affecting a live account.

Proposal - use a request variable named sandbox, contents being one of several things to indicate the type of response for the endpoint to provide. Data returned should be mocked data or example data so that the application can get a simulated response to work with.

Variable's settings could be like follows:

Data doesn't have to be stored in the DB at all even - just has to be something live to simulate how the API works.

Something to think about anyways.