ft3.api.cfg module

Api constants.

class Constants

Bases: Constants

Constant values specific to Api modules.

DEFAULT_VERSION = 'v1'
VERSION = '3.1.0'
API_PATH = '/'
SWAGGER_PATH = '/swagger'
DEFAULT_PORT = 80
METHODS = ('delete', 'get', 'options', 'patch', 'post', 'put')
SKIP_FIELDS = ('default', 'required')