Package org.openhab.core.io.rest
Class RESTConstants
java.lang.Object
org.openhab.core.io.rest.RESTConstants
Public constants for the REST API
- Author:
- Kai Kreuzer - Initial contribution
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Version of the openHAB API Version 1: initial version Version 2: include invisible widgets into sitemap response (#499) Version 3: Addition of anyFormat icon parameter (#978) Version 4: OH3, refactored extensions to addons (#1560) Version 5: transparent charts (#2502) Version 6: extended chart period parameter format (#3863)static final String
static final String
Deprecated. -
Constructor Summary
-
Method Summary
-
Field Details
-
REST_URI
Deprecated.- See Also:
-
JAX_RS_NAME
- See Also:
-
API_VERSION
Version of the openHAB API Version 1: initial version Version 2: include invisible widgets into sitemap response (#499) Version 3: Addition of anyFormat icon parameter (#978) Version 4: OH3, refactored extensions to addons (#1560) Version 5: transparent charts (#2502) Version 6: extended chart period parameter format (#3863)- See Also:
-
-
Constructor Details
-
RESTConstants
public RESTConstants()
-