File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 123123 version : ( ) => {
124124 return _request ( 'version' , { } ) . then ( ( r ) => Object . assign ( r , { client_version} ) ) ;
125125 } ,
126- /**
127- * Fetch AFHSB data (point data, no min/max)
128- */
129- afhsb : ( auth , locations , epiweeks , flu_types ) => {
130- requireAll ( { auth, locations, epiweeks, flu_types } ) ;
131- const params = {
132- auth,
133- locations : _list ( locations ) ,
134- epiweeks : _list ( epiweeks ) ,
135- flu_types : _list ( flu_types ) ,
136- } ;
137- return _request ( "afhsb" , params ) ;
138- } ,
139126 /**
140127 * Fetch CDC page hits
141128 */
387374 } ;
388375 return _request ( "kcdc_ili" , params ) ;
389376 } ,
390- /**
391- * Fetch AFHSB metadata
392- */
393- meta_afhsb : ( auth ) => {
394- requireAll ( { auth } ) ;
395- const params = {
396- auth,
397- } ;
398- return _request ( "meta_afhsb" , params ) ;
399- } ,
400377 /**
401378 * Fetch NoroSTAT metadata
402379 */
You can’t perform that action at this time.
0 commit comments