Commit graph

8 commits

Author SHA1 Message Date
sneakypete81
f1a9018918 Remove unused imports 2013-09-12 17:54:42 +01:00
sneakypete81
bf437ffc7e Don't explicitly raise a TroveboxError if False is returned,
rely on frontend to issue an error code.

This also means we don't need to test for this in unit tests.
2013-09-11 17:47:09 +01:00
sneakypete81
86ba0914c8 Refactor the smarts into the api classes.
The object classes are now simple wrappers.
Improve parameter testing, by passing foo="bar" where possible.
2013-09-10 17:45:53 +01:00
sneakypete81
f8aecde457 Added album add/remove endpoints 2013-09-08 17:22:25 +01:00
sneakypete81
3e4fdf6dd6 Docstring updates 2013-09-07 09:42:29 +01:00
sneakypete81
0f6cbd58e0 Create API base class 2013-09-02 22:00:15 +01:00
sneakypete81
6293a81d39 Fix action/create endpoint. 2013-09-02 21:19:34 +01:00
Pete
55778dcd83 Add support for Action API
Currently doesn't seem to work - server always returns an error
2013-08-19 16:12:10 +01:00