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
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
As stated in the title, currently these methods return the Response object from the requests library. Instead, to be consistent with the rest of the methods in the wrapper, it should return BlossomResult.
Note that current implementations using the wrapper should be checked on whether they expect a certain type of result from one of these methods, and should be adjusted accordingly:
As stated in the title, currently these methods return the
Response
object from therequests
library. Instead, to be consistent with the rest of the methods in the wrapper, it should returnBlossomResult
.Note that current implementations using the wrapper should be checked on whether they expect a certain type of result from one of these methods, and should be adjusted accordingly:
The text was updated successfully, but these errors were encountered: