Class RestApiPaths
java.lang.Object
energy.eddie.regionconnector.shared.web.RestApiPaths
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPath to request the current status of a permission request, managed by the core.static final StringOnly needed for region connectors, where permission requests either have to be accepted manually or that require two redirect URIs.static final StringOnly needed for region connectors, where permission requests either have to be rejected manually or that require two redirect URIs.static final StringCommon path for permission requests.static final StringPath to the swagger docs of a region connector. -
Method Summary
-
Field Details
-
PATH_PERMISSION_REQUEST
Common path for permission requests. Usually used for POST requests to create permission requests via the EDDIE button- See Also:
-
SWAGGER_DOC_PATH
Path to the swagger docs of a region connector.- See Also:
-
PATH_PERMISSION_ACCEPTED
Only needed for region connectors, where permission requests either have to be accepted manually or that require two redirect URIs.- See Also:
-
PATH_PERMISSION_REJECTED
Only needed for region connectors, where permission requests either have to be rejected manually or that require two redirect URIs.- See Also:
-
CONNECTION_STATUS_STREAM
Path to request the current status of a permission request, managed by the core.- See Also:
-