Simple and quickly hacked together, this script is used to reset the Eve-Demo REST API to its inital state.
It will use standard API calls to:
- delete all items in the 'people' and 'works' collections
- post default items into both collections
I guess it can also serve as a basic example of how to programmatically manage a remote API using the phenomenal Requests library by Kenneth Reitz.