UNPKG
@pipedream/placid
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
Pipedream Placid Components
pipedream.com/apps/placid
@pipedream/placid
/
common
/
constants.mjs
10 lines
(8 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
BASE_URL =
"https://api.placid.app"
;
const
VERSION_PATH =
"/api/rest"
;
const
SEP =
"_"
;
export
default
{ BASE_URL, VERSION_PATH, SEP, };