seerbit-nodejs
Version:
SeerBit NodsJS SDK
12 lines (11 loc) • 336 B
TypeScript
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"
}