UNPKG

seerbit-nodejs

Version:
12 lines (11 loc) 336 B
export declare enum ApiConstants { ACCEPT_CHARSET = "Accept-Charset", USER_AGENT = "User-Agent", METHOD_POST = "POST", METHOD_GET = "GET", CONTENT_TYPE = "Content-Type", APPLICATION_JSON_TYPE = "application/json", PUBLIC_KEY = "publicKey", SECRET_KEY = "secretKey", AUTHORIZATION = "Authorization" }