gamesheet_sdk.common.shared.constants module

Shared constants used across domain modules.

gamesheet_sdk.common.shared.constants.JSONAPI_CONTENT_TYPE = 'application/vnd.api+json'

API content type for request/response headers

Type:

JSON

gamesheet_sdk.common.shared.constants.JSONAPI_HEADERS = {'Accept': 'application/vnd.api+json', 'Content-Type': 'application/vnd.api+json'}

API requests

Type:

Standard headers for JSON