-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpungiConfig.yaml
39 lines (37 loc) · 1.2 KB
/
pungiConfig.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
author: James Otterson
email: [email protected]
projectName: datapungi_fed
importAs: dpf
shortDescription: 'Access data from the Federal Reserve (FED)'
url: https://github.com/jjotterson/datapungi_fed
sourceName : Federal Reserve
sourceNameShort: FED
sorceUrl : https://api.stlouisfed.org/
drivers:
- driverName: getCategories
callMethod: categories
displayName: categories
params: "{}"
- driverName: getTags
#FRED tags are attributes assigned to series.
# three cases: tags, related_tags, tags/series
callMethod: tags
displayName: tags
params: "{ 'file_type': 'json',
'realtime_start': '',
'realtime_end': '',
'tag_names' : '',
'exclude_tag_names':'',
'tag_group_id': '',
'search_text': '',
'limit':'',
'offset':'',
'order_by':'',
'sort_order':'' }"
- driverName: getParamaters
callMethod: parameters
displayName: parameters
params: "{'databaseName':'','parameterName':''}"
baseRequest: #see mainSubGeneral's base request fun
howToCallKey: userID #information for base request
example: a text maybe