Skip to content

Commit 92b546f

Browse files
committed
feat(afhsb): remove afhsb from the js client
1 parent 7a2fc7b commit 92b546f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/client/delphi_epidata.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,6 @@
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
*/
@@ -387,16 +374,6 @@
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
*/

0 commit comments

Comments
 (0)