Images

struct Images

Group of the images methods.

  • Save images with unique ID on the server.

    Declaration

    Swift

    public func createImage(imageData: Data, requestId: String, handler: @escaping (Result<CreateImageResponse, Error>) -> Void)

    Parameters

    imageData

    image data to save

    requestId

    id of request (usually UUID)

    handler

    result handler