Commit Graph
20 Commits
Author SHA1 Message Date
stacktic d8e2508d11 Add travis file 2014-07-28 21:31:12 +02:00
stacktic 47f8bf4c1d Merge pull request #3 from ncw/go1.1compatibility
Make compatible with go 1.1
2014-07-19 16:57:48 +02:00
Nick Craig-Wood 04ed0a20f9 Make compatible with go 1.1 2014-07-19 15:36:35 +01:00
stacktic 811d4db755 Handle unexpected HTTP error codes 2014-07-13 12:13:36 +02:00
Nick Craig-Wood 8f46d993e2 Preserve HTTP staus codes in errors if possible
Dropbox being a REST driven service often returns useful information
in the HTTP error code.  Make sure we return these in a custom Error
type if possible.
2014-07-13 10:29:54 +01:00
stacktic 8022b93829 Fix typos 2014-07-12 20:06:22 +02:00
stacktic 01efebcc1a Improve HTTP status code handling (Fix #1) 2014-07-12 20:05:57 +02:00
stacktic 558d54553c Add support for the datastore API (early beta) 2014-03-23 18:58:53 +01:00
stacktic fd846090f2 Add tests 2014-03-23 18:49:17 +01:00
stacktic 2496f9db0a Parse time as time.Time 2014-03-23 18:48:54 +01:00
stacktic c03c8754dc Return the array instead of a pointer to the array for Search and Revisions. 2014-03-17 21:36:19 +01:00
stacktic a573b1dd4f Send locale 2014-03-12 19:24:36 +01:00
stacktic 2e03dbd4e0 Fix copy 2014-03-12 19:22:05 +01:00
stacktic 47f279a224 Lintify 2014-02-24 19:22:35 +01:00
stacktic cb92bcb643 Return the ChunkUploadResponse when err is EOF 2014-02-20 20:53:22 +01:00
stacktic f21fab56e0 Use MixedCaps 2014-02-20 20:41:00 +01:00
stacktic 8eaf250013 Update README.md 2014-02-20 18:57:34 +01:00
stacktic 87ea2501b4 Update README.md 2014-02-19 23:16:26 +01:00
stacktic 680ec4d023 Initial import 2014-02-19 23:15:46 +01:00
stacktic 2b824ec48e Initial commit 2014-02-19 14:12:56 -08:00