eve-demo-client
eve-demo-client copied to clipboard
A very simple API consumer, used to reset the 'Eve Demo' Web REST API
Eve Demo Client
Simple and quickly hacked together, this script is used to reset the Eve-Demo <https://github.com/pyeve/eve-demo>
_ REST API to its inital state.
It will use standard API calls to:
1) delete all items in the 'people' and 'works' collections
2) 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.