Implement a fetch_raw
option, only_supports_raw
instead of only_supports_classic
#32
Labels
P3
very low priority
The endpoints marked with
only_supports_classic = TRUE
, such asmeta
, were designed in the original Epidata interface that received JSON and parsed it into a nested list structure. Changingonly_supports_classic
toonly_supports_json
oronly_supports_classic_and_json
prevents some strangeprint
output on the nested data frames (and may allow an easier transition for those using the original Epidata, although there are probably not many/any active human users at this point).The text was updated successfully, but these errors were encountered: