API

interface API

Application programmer interface for applications.

This interface only contains links to the different API versions. Newer API versions generally derive from their predecessors, so that they are downwards compatible in this case. However, this compatibility may be broken in some API versions, e.g. when elements are removed. This may only happen after these items were marked as deprecated in former versions.

Types

Factory
Link copied to clipboard
fun fun interface Factory
The factory interface for creating an ODO API.

Properties

v0
Link copied to clipboard
abstract val v0: APIv0
The version 0 of the API.