UNPKG
@pipedream/cincopa
Version:
latest (0.0.1)
0.0.1
Pipedream Cincopa Components
pipedream.com/apps/cincopa
@pipedream/cincopa
/
common
/
constants.mjs
12 lines
(10 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
BASE_URL =
"https://api.cincopa.com"
;
const
VERSION_PATH =
"/v2"
;
const
SECURITY_KEY =
"securityKey"
;
const
DEFAULT_MAX =
600
;
export
default
{ BASE_URL, VERSION_PATH, SECURITY_KEY, DEFAULT_MAX, };