Created
December 2, 2020 12:01
-
-
Save zupzup/5120b3e4cb640dd057d55f0d7736675e to your computer and use it in GitHub Desktop.
Timeular Webhooks Subscription
This file contains 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!("subscribing to started tracking..."); | |
subscribe_to_started_tracking(&token, &public_url).await?; | |
println!("subscribing to stopped tracking..."); | |
subscribe_to_stopped_tracking(&token, &public_url).await?; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment