Package io.stargate.sdk.api
Interface ApiConstants
- All Known Implementing Classes:
LoadBalancedHttpClient,RetryHttpClient,ServiceHttpCallEvent,TokenProviderHttpAuth
public interface ApiConstants
Group constants on a dedicated interface.
- Author:
- Cedrick LUNVEN (@clunven)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHeaders, Api is usig JSONstatic final StringHeaders, Api is usig JSONstatic final StringHeader param.static final StringHeaders param to insert the token for devops API.static final StringHeaders param to insert the token.static final StringHeaders param to insert the conte type.static final StringHeaders param to insert the unique identifier for the request.static final StringHeaders param to insert the user agent identifying the client.static final StringHeaders name to insert the user agent identifying the client.static final StringValue for the requested with.
-
Field Details
-
CONTENT_TYPE_JSON
Headers, Api is usig JSON- See Also:
-
CONTENT_TYPE_GRAPHQL
Headers, Api is usig JSON- See Also:
-
HEADER_ACCEPT
Header param.- See Also:
-
HEADER_CASSANDRA
Headers param to insert the token.- See Also:
-
HEADER_REQUEST_ID
Headers param to insert the unique identifier for the request.- See Also:
-
HEADER_CONTENT_TYPE
Headers param to insert the conte type.- See Also:
-
HEADER_AUTHORIZATION
Headers param to insert the token for devops API.- See Also:
-
HEADER_USER_AGENT
Headers name to insert the user agent identifying the client.- See Also:
-
HEADER_REQUESTED_WITH
Headers param to insert the user agent identifying the client.- See Also:
-
REQUEST_WITH
Value for the requested with.- See Also:
-