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
As discussed in #82. The Haskell client currently knows what the output will be based on the accept header it sends + the available output/error types. The JavaScript client just looks at the accept header and if it's json tries to parse the result.
clients should look at the response type instead and act based on that.
The text was updated successfully, but these errors were encountered:
As discussed in #82. The Haskell client currently knows what the output will be based on the accept header it sends + the available output/error types. The JavaScript client just looks at the accept header and if it's json tries to parse the result.
clients should look at the response type instead and act based on that.
The text was updated successfully, but these errors were encountered: