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
new: Bring Image-related functionality to API parity (#226)
This change adds missing fields to the `Image` object and adds two new
functions:
- `client.image_create_upload(...)` - Creates/returns and image and the
corresponding upload URL
- `client.image_upload(...)` - Takes a BinaryIO stream, creates an
image, and uploads to the image.
These are all of the necessary changes to bring image-related
functionality to API parity.
0 commit comments