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) Version 7: extended chart period parameter format to cover past and future Version 8: Buttongrid as container for new Button elementsstatic final javax.ws.rs.core.CacheControl
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) Version 7: extended chart period parameter format to cover past and future Version 8: Buttongrid as container for new Button elements- See Also:
-
CACHE_CONTROL
public static final javax.ws.rs.core.CacheControl CACHE_CONTROL
-
-
Constructor Details
-
RESTConstants
public RESTConstants()
-