package cs3.app.provider.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ProviderAPI

provider_api.proto:55

App Provider API The App Provider API is responsible for creating URLs that will render a viewer or editor for the given resource, typically via WOPI protocol. For example, a Collabora or HackMD editor. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119. The following are global requirements that apply to all methods: Any method MUST return CODE_OK on a succesful operation. Any method MAY return NOT_IMPLEMENTED. Any method MAY return INTERNAL. Any method MAY return UNKNOWN. Any method MAY return UNAUTHENTICATED.

message OpenInAppResponse

provider_api.proto:83

Used as response type in: ProviderAPI.OpenInApp, gateway.v1beta1.GatewayAPI.OpenInApp

message OpenInAppURL

resources.proto:32

Represents the information for the app URL to be called by the clients.

Used in: OpenInAppResponse

enum Target

resources.proto:72

Defines the valid targets for an app URL.

Used in: OpenInAppURL

enum ViewMode

resources.proto:53

Defines the view modes.

Used in: OpenInAppRequest