BestBuy / api-playground

The Best Buy API Playground is an API training tool for students, educators and other learners to explore the possibilities of a fully functional RESTful API in a simple, non-production environment.
Other
260 stars 104 forks source link

Add switch to make API read only #5

Closed Flet closed 7 years ago

Flet commented 7 years ago

We may want to add a switch to make run the API in a read only mode (no create/update/delete). Perhaps read only should be the default?

This could be accomplished via an env var.

ecaron commented 7 years ago

Finished in #16.