UNPKG
@pipedream/inoreader
Version:
latest (0.1.0)
0.1.0
0.0.1
Pipedream Inoreader Components
pipedream.com/apps/inoreader
@pipedream/inoreader
/
common
/
constants.mjs
12 lines
(10 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
BASE_URL =
"https://www.inoreader.com"
;
const
VERSION_PATH =
"/reader/api/0"
;
const
DEFAULT_MAX =
600
;
const
LIMIT_MAX =
100
;
export
default
{ BASE_URL, VERSION_PATH, DEFAULT_MAX, LIMIT_MAX, };