Expand description
Types for images.
Modules§
- recent
- Types for a user’s recent images list. Can be from any ‘MediaLibrary’. Does not verify entries for validity/existence.
- tag
- Types to manage image tags.
- user
- Types for user image library.
Structs§
- Image
Browse Path - Image
Browse Query - Query for
Browse
. - Image
Browse Response - Response for
Browse
. - Image
Create Path - Image
Create Request - Request to create a new image.
- Image
Delete Path - Image
GetPath - ImageId
- Wrapper type around
Uuid
, represents the ID of a image. - Image
Metadata - Over the wire representation of an image’s metadata.
- Image
PutPath - Image
Response - Response for getting a single image.
- Image
Search Path - Image
Search Query - Search for images via the given query string.
- Image
Search Response - Response for successful search.
- Image
Update Path - Image
Update Request - Request to update an image.
- Image
Upload Path - Image
Upload Request - Request to indicate the size of an image for upload.
- Image
Upload Response - URL to upload an image. Supports resumable uploading.
Enums§
- Image
Size - Represents different sizes of images
Type Aliases§
- Create
Response - Response for successfully creating a Image.