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 models include fields that are not actually part of the api models, especially the Headers.
Since Headers sometimes contain viable information as the location header for tracking a request's status, all api calls should return model, response and error. So if a header is needed, it can be extracted from the response. Example:
Currently the models include fields that are not actually part of the api models, especially the Headers.
Since Headers sometimes contain viable information as the location header for tracking a request's status, all api calls should return model, response and error. So if a header is needed, it can be extracted from the response. Example:
This would be a breaking change, so please include this for the next version
The text was updated successfully, but these errors were encountered: