- Aug 17, 2018
-
-
ale authored
To match the previous calling convention for DoJSONHTTPRequest and reduce confusion when migrating from the old API.
-
- Aug 16, 2018
-
-
ale authored
Implement a simpler API for the Backend interface, removing most old public methods and replacing them with a single Call() method, making the package look a bit more like an actual rpc package (so, hopefully, easier to replace in the future).
-
- Aug 15, 2018
-
-
ale authored
Creation of sharded/replicated clients was swapped, sigh.
-
- Dec 17, 2017
- Dec 11, 2017
-
-
ale authored
-
- Dec 10, 2017
-
-
ale authored
Now the default is for errors to be permanent, unless the error itself has a Temporary() method that returns true (like the transient network errors do in the net/ package).
-
- Dec 07, 2017
-
-
ale authored
-
- Nov 27, 2017
-
-
ale authored
Code 429 is used by the server-side throttling code.
-
- Nov 26, 2017
-
-
ale authored
-
- Nov 23, 2017
- Nov 22, 2017
-
-
ale authored
-