Interface ImageApiInterface

The Image API encapsulates object that concern (panoramic) images.

interface ImageApiInterface {
    repository: ImageRepositoryInterface;
    service: ImageServiceInterface;
}

Properties

Properties

Data repository for images with read and write capabilities. The ImageRepositoryInterface provides CRUD endpoints.

Service that provides additional functionality for operations related to images.

Generated using TypeDoc