Created
October 29, 2020 13:35
-
-
Save zupzup/e76aeae1607163c3e78f65e6e0a8b13f to your computer and use it in GitHub Desktop.
Timeular Public API me1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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