This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Return the whole response object from the methods #287
Labels
type: feature
code contributing to the implementation of a feature and/or user facing functionality
The current
js-client
API implementation is restrictive in the sense that it only exposes the response body and an error if that's the case. Coming from discussions in #285 #39 #156 I feel like it would make sense and there's enough room to add some sort of support for ourmethods
to return the wholeresponse
object.I realise this could easily be a breaking change, but maybe we could come up with a strategy where that wouldn't be the case?
The text was updated successfully, but these errors were encountered: