Skip to content

Instantly share code, notes, and snippets.

@zupzup
Created December 2, 2020 12:01
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/5120b3e4cb640dd057d55f0d7736675e to your computer and use it in GitHub Desktop.
Save zupzup/5120b3e4cb640dd057d55f0d7736675e to your computer and use it in GitHub Desktop.
Timeular Webhooks Subscription
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