Module image

Source
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§

ImageBrowsePath
ImageBrowseQuery
Query for Browse.
ImageBrowseResponse
Response for Browse.
ImageCreatePath
ImageCreateRequest
Request to create a new image.
ImageDeletePath
ImageGetPath
ImageId
Wrapper type around Uuid, represents the ID of a image.
ImageMetadata
Over the wire representation of an image’s metadata.
ImagePutPath
ImageResponse
Response for getting a single image.
ImageSearchPath
ImageSearchQuery
Search for images via the given query string.
ImageSearchResponse
Response for successful search.
ImageUpdatePath
ImageUpdateRequest
Request to update an image.
ImageUploadPath
ImageUploadRequest
Request to indicate the size of an image for upload.
ImageUploadResponse
URL to upload an image. Supports resumable uploading.

Enums§

ImageSize
Represents different sizes of images

Type Aliases§

CreateResponse
Response for successfully creating a Image.