Releases: Jiraffe7/restype
Releases · Jiraffe7/restype
v0.1.5
Add Error enum to distinguish between restype errors and response errors.
v0.1.4
- 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
restany
package for use with go versions without generics
v0.1.2
DoRaw function to expose the resty.Response
used to marshal into the response and error types.
v0.1.1
Fix unstructured errors sent as application/json.
v0.1.0
Initial implementation of restype.