Skip to content

Releases: indexdata/foliogo

v0.1.5

06 Dec 00:14
Compare
Choose a tag to compare
  • Add service.ResumeSession (requires token to be passed in for each request). Fixes #14.

v0.1.4

23 Nov 16:23
Compare
Choose a tag to compare
  • Repair "curl"-category logging to once more include payloads. Fixes #13.

v0.1.3

22 Nov 13:28
Compare
Choose a tag to compare
  • Modify "curl"-category logging to include authentication header. Fixes #12.

v0.1.2

22 Nov 12:08
Compare
Choose a tag to compare
  • 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

22 Nov 09:02
Compare
Choose a tag to compare
  • Add new session method GetTenant.

v0.1.0

19 Nov 13:25
Compare
Choose a tag to compare
  • 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

17 Nov 15:49
Compare
Choose a tag to compare
  • Add new top-level function NewDefaultSession. Fixes #6.

v0.0.1

16 Nov 16:57
Compare
Choose a tag to compare
  • New module created from scratch, taking inspiration from the Node package FolioJS