Function pull_data

Source
pub async fn pull_data(start: u64) -> Result<HashMap<String, Vec<Interaction>>>
Expand description

Fetch the data from the github api.

§Arguments

  • start - The number of days to go back from today.

§Returns

A hashmap with the repo name as key and a vector of interactions as value.