Skip to content

v0.1.0 - Hypermedia support

Latest
Compare
Choose a tag to compare
@fwkoch fwkoch released this 03 Oct 18:02
· 16 commits to master since this release

Major Changes

  • Significantly fewer URLs are hardcoded in the client. Instead, the client uses the LFView endpoint discovery service to determine where to upload data. This allows the client to be more robust against future changes to the API.
  • New UploadSession class is split out from Session. UploadSession only performs uploads, not downloads, but with the hypermedia updates, it is somewhat future compatible. Session still has some quirks that may not be compatible with future changes to the API.