Sleepy is a library that simplifies the creation of symanic RESTful apis.
- tools that encourage using appropriate HTTP request types
- decorators that function as 'guards' to verify that certain conditions are met before the underlying method is called. These allow your method definitions to be concise.
- various helper functions that have been used for apis around akimbo.
Documentation can be autogenerated from the code. We reccomend using epydoc.
$ epydoc sleepy
Also, if you are a retickr employee and you would like to see sleepy in action crack open the source code for any of our APIs.
Adam Haney is the creator of Sleepy. He can be contacted at adam.haney@akimbo.io