Bases: object
Add a new location entry to an image’s list of locations.
It is an error to add a URL that is already present in the list of locations.
Parameters: |
|
---|---|
Returns: | The updated image |
Create an image.
Retrieve data of an image.
Parameters: |
|
---|---|
Returns: | An interable body or None |
Delete an image.
Remove one or more location entries of an image.
Parameters: |
|
---|---|
Returns: | None |
Retrieve a listing of Image objects.
Parameters: | page_size – Number of images to request in each paginated request. |
---|---|
Returns: | generator over list of Images. |
Update attributes of an image.
Parameters: |
|
---|
Update an existing location entry in an image’s list of locations.
The URL specified must be already present in the image’s list of locations.
Parameters: |
|
---|---|
Returns: | The updated image |
Upload the data for an image.
Parameters: |
|
---|