get_outbreak_data()

Note

This is a hidden function.

outbreak_data.get_outbreak_data(endpoint, argstring, server='api.outbreak.info', auth=None, collect_all=False, curr_page=0)

Receives raw data using outbreak API.

Arguments:
endpoint:

directory in server the data is stored

argstring:

feature arguments to provide to API call

server:

Server to request from

auth:

Auth key (defaults to acceptable state)

collect_all:

if True, returns all data.

curr_page:

iterator state for paging

return:

A request object containing the raw data