Skip to content

Instantly share code, notes, and snippets.

@zupzup
Created October 29, 2020 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zupzup/d049b101bcd49b61faecb992d93d53bc to your computer and use it in GitHub Desktop.
Save zupzup/d049b101bcd49b61faecb992d93d53bc to your computer and use it in GitHub Desktop.
Timeular Public API activities 1
println!("fetching activities...");
let activities = fetch_activities(&token).await?;
println!("activities: {:?}", activities);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment