UNPKG

@pipedream/placid

Version:

Pipedream Placid Components

10 lines (8 loc) 150 B
const BASE_URL = "https://api.placid.app"; const VERSION_PATH = "/api/rest"; const SEP = "_"; export default { BASE_URL, VERSION_PATH, SEP, };