Releases: indexdata/foliogo
Releases · indexdata/foliogo
v0.1.5
- Add
service.ResumeSession
(requires token to be passed in for each request). Fixes #14.
v0.1.4
- Repair "curl"-category logging to once more include payloads. Fixes #13.
v0.1.3
- Modify "curl"-category logging to include authentication header. Fixes #12.
v0.1.2
- Elements of
RequestParams
structure are now capitalised, for access from other packages.
- New method
session.Fetch0
simply invokes Fetch
with an empty RequestParams
structure.
v0.1.1
- Add new session method
GetTenant
.
v0.1.0
- BREAKING:
session.Fetch
returns a byte slice rather than a string-to-any map. Fixes #8.
- Do not specify an empty body to send when making a GET request. Fixes #7.
v0.0.2
- Add new top-level function
NewDefaultSession
. Fixes #6.
v0.0.1
- New module created from scratch, taking inspiration from the Node package FolioJS