sneakypete81
|
f05878d90f
|
Fix repr unicode handling
Python2 requires utf-8 encoded bytestring
Python3 requires unicode string
|
2014-01-31 19:34:01 +00:00 |
|
sneakypete81
|
c4f152fcc9
|
Don't delete/update TroveboxObject attributes that start with an underscore
|
2013-11-03 12:40:24 +00:00 |
|
sneakypete81
|
1ba21353f9
|
Don't raise an exception if an object's attribute starts with an underscore,
just ignore it.
|
2013-11-03 12:39:53 +00:00 |
|
sneakypete81
|
ebaf3bc036
|
Remove photo dynamic_url, since this is marked as "internal" in the frontend code
|
2013-09-15 11:28:40 +01:00 |
|
sneakypete81
|
3a13d13c42
|
Added photo next_previous option argument.
Moved options_string slash to the start of the string.
|
2013-09-15 08:50:26 +01:00 |
|
sneakypete81
|
9507abdd08
|
Add options parameter to photo object view method
|
2013-09-15 08:27:46 +01:00 |
|
sneakypete81
|
42b04b0c89
|
No need to trap AttributeError, since cover will always exist
|
2013-09-14 12:19:43 +01:00 |
|
sneakypete81
|
35b9a4d044
|
Add upload/replace from URL.
|
2013-09-12 18:26:51 +01:00 |
|
sneakypete81
|
c635c7c0c0
|
Add photo replace endpoints
|
2013-09-12 17:53:16 +01:00 |
|
sneakypete81
|
3da64a59cc
|
Add photo.delete_source endpoint
|
2013-09-11 18:15:55 +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
|
7a7b43afc7
|
Renamed <object>._trovebox to <object>._client, to match API classes.
Changed _type to a class attribute.
|
2013-09-09 18:08:11 +01:00 |
|
sneakypete81
|
f8aecde457
|
Added album add/remove endpoints
|
2013-09-08 17:22:25 +01:00 |
|
sneakypete81
|
3bd733b229
|
Added album cover update endpoint
|
2013-09-08 12:07:27 +01:00 |
|
sneakypete81
|
4441fecc6f
|
Merge branch 'development' into even_more_endpoints
|
2013-09-07 11:44:40 +01:00 |
|
sneakypete81
|
ba9ef81ac8
|
Put the album.photos attribute back, since this is used for album.view when includeElements=True.
|
2013-09-07 11:44:03 +01:00 |
|
sneakypete81
|
a4add97f59
|
Remove all endpoints that return forms.
|
2013-09-07 11:30:27 +01:00 |
|
sneakypete81
|
adecf7aad0
|
Updated docstrings
|
2013-09-07 11:19:15 +01:00 |
|
sneakypete81
|
7afb709531
|
Update docstrings
|
2013-09-07 10:49:14 +01:00 |
|
sneakypete81
|
3e4fdf6dd6
|
Docstring updates
|
2013-09-07 09:42:29 +01:00 |
|
Pete
|
431e8fcc8a
|
Fix object repr functions
|
2013-08-29 14:23:09 -07:00 |
|
Pete
|
f742df27b4
|
Add coverage ignore pragmas
|
2013-08-26 12:57:47 -07:00 |
|
Pete
|
7e4fb52d93
|
Remove unused album.photos attribute.
|
2013-08-26 12:50:18 -07:00 |
|
Pete
|
707eb270ee
|
Add activity endpoint support
|
2013-08-19 18:12:29 +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 |
|
Pete
|
6867ba0dba
|
Consistency improvement: new_dict -> result
|
2013-08-19 14:15:05 +01:00 |
|
Pete
|
06362721f0
|
Comment fixes: "an Trovebox" -> "a Trovebox"
|
2013-08-19 14:10:15 +01:00 |
|
Pete
|
fd5389e0d7
|
Moved trovebox.api and trovebox.objects into packages
|
2013-08-19 14:05:01 +01:00 |
|