Skip to content

Releases: Jiraffe7/restype

v0.1.5

31 Jul 06:05
Compare
Choose a tag to compare

Add Error enum to distinguish between restype errors and response errors.

v0.1.4

16 Mar 23:51
Compare
Choose a tag to compare
  • Remove restany package as it is not compatible with go versions that do not support generics.
  • Add RequestOptions to allow modifying the request when calling Do.

v0.1.3

09 Feb 04:10
Compare
Choose a tag to compare

restany package for use with go versions without generics

v0.1.2

22 Dec 06:34
Compare
Choose a tag to compare

DoRaw function to expose the resty.Response used to marshal into the response and error types.

v0.1.1

29 Nov 09:40
Compare
Choose a tag to compare

Fix unstructured errors sent as application/json.

v0.1.0

29 Nov 01:24
Compare
Choose a tag to compare

Initial implementation of restype.