We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed that we are returning str on a few operations, e.g., here:
str
python-sdk/marketplace/app/v0/object_storage.py
Lines 72 to 82 in 5923469
However, according to the API, the response is actually also a JSON object. Can we fix that inconsistency, please?
Originally posted by @csadorf in #43 (review)
The text was updated successfully, but these errors were encountered:
singhpranjali
Successfully merging a pull request may close this issue.
I noticed that we are returning
str
on a few operations, e.g., here:python-sdk/marketplace/app/v0/object_storage.py
Lines 72 to 82 in 5923469
However, according to the API, the response is actually also a JSON object. Can we fix that inconsistency, please?
Originally posted by @csadorf in #43 (review)
The text was updated successfully, but these errors were encountered: