You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.