Skip to content

Instantly share code, notes, and snippets.

@zupzup
Created October 29, 2020 13:35
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/e76aeae1607163c3e78f65e6e0a8b13f to your computer and use it in GitHub Desktop.
Save zupzup/e76aeae1607163c3e78f65e6e0a8b13f to your computer and use it in GitHub Desktop.
Timeular Public API me1
println!("fetching me and spaces...");
let me = fetch_me(&token).await?;
let spaces = fetch_spaces(&token).await?;
println!("fetched spaces: {:?} for {:?}", spaces, me);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment