Vishal Nayak
|
13790538b6
|
api: Don't treat 429 as error (#2850)
* api: Don't treat 429 as error
* Added parenthesis
|
2017-06-12 18:31:36 -04:00 |
|
vishalnayak
|
ef97199360
|
Added JSON Decode and Encode helpers.
Changed all the occurances of Unmarshal to use the helpers.
Fixed http/ package tests.
|
2016-07-06 12:25:40 -04:00 |
|
Jeff Mitchell
|
b44d2c01c0
|
Use UseNumber() on json.Decoder to have numbers be json.Number objects
instead of float64. This fixes some display bugs.
|
2016-04-20 18:38:20 +00:00 |
|
Mitchell Hashimoto
|
fe4fe231f8
|
http: fix mount endpoints
|
2015-03-16 10:51:13 -07:00 |
|
Mitchell Hashimoto
|
ca13e2501e
|
api: Response can decode errors
|
2015-03-11 17:46:41 -05:00 |
|
Mitchell Hashimoto
|
f0c804e42a
|
api: sys methods
|
2015-03-11 17:46:41 -05:00 |
|