Top Level Namespace

Defined Under Namespace

Modules: Matroid

Constant Summary collapse

IMAGE_FILE_SIZE_LIMIT =

size limit constants

50 * 1024 * 1024
VIDEO_FILE_SIZE_LIMIT =
300 * 1024 * 1024
BATCH_FILE_SIZE_LIMIT =
50 * 1024 * 1024
ZIP_FILE_SIZE_LIMIT =
300 * 1024 * 1024
SEARCH_PARAMETERS =
%w(name label permission_level owner training type state)
BASE_API_URI =
'https://www.matroid.com/api/v1/'
DEFAULT_GRANT_TYPE =
'client_credentials'
TOKEN_RESOURCE =
'oauth/token'
VERBS =
%w(get post)