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
Currently the HypermediaClient will not work with any apis supporting both application/json and application/vnd.siren+json
Siren api requests should be made with the "Accept: application/vnd.siren+json" header.
A solution could be to add an option to set the type to the HypermediaClient constructor.
Alternatively SirenClient could be used when explicitly expecting to use application/vnd.siren+json.
A currently workaround is to ensure the request factory is always providing the correct headers.
Currently the HypermediaClient will not work with any apis supporting both application/json and application/vnd.siren+json
Siren api requests should be made with the "Accept: application/vnd.siren+json" header.
A solution could be to add an option to set the type to the HypermediaClient constructor.
Alternatively SirenClient could be used when explicitly expecting to use application/vnd.siren+json.
A currently workaround is to ensure the request factory is always providing the correct headers.
The text was updated successfully, but these errors were encountered: