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
If a user wants to implement their own request object they should be able to use that to make a request. Right now the concrete class shipped with the package is required. Need to refactor request methods to require abstract classes to make this possible.
The text was updated successfully, but these errors were encountered:
If a user wants to implement their own request object they should be able to use that to make a request. Right now the concrete class shipped with the package is required. Need to refactor request methods to require abstract classes to make this possible.
The text was updated successfully, but these errors were encountered: