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
Right now, the library is built as a system build on both concrete request/response objects. Helpers combine the both of them into one.
But since the request/response objects are building blocks of the helpers, we can separate them out into 2 new sub-packages inside the repo. This will give us a clear usage and better docs.
Right now, the library is built as a system build on both concrete request/response objects. Helpers combine the both of them into one.
But since the request/response objects are building blocks of the helpers, we can separate them out into 2 new sub-packages inside the repo. This will give us a clear usage and better docs.
The client and its helpers are the ultimate API/Usage of this library.
Other types and objects are building blocks of that.
The text was updated successfully, but these errors were encountered: