pycloudapp icon indicating copy to clipboard operation
pycloudapp copied to clipboard

A wrapper around CloudApp API

Results 3 pycloudapp issues
Sort by recently updated
recently updated
newest added

The new CloudApp API supports listening for account item changes (deleted/updated/created). CloudApp recommends using a `Pusher` client library. The strange thing is, even though there is a python pusher client...

This would improve performance, as suggested by [The official CloudApp API Documentation for List Items](http://developer.getcloudapp.com/list-items). I think this is truly something which could be handled in the API Wrapper.

Evaluate the use of the awesome [requests python library](https://github.com/kennethreitz/requests). May clean up my code a lot :-)