Skip to content

Instantly share code, notes, and snippets.

@zupzup
Created December 2, 2020 12:49
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/cdad0967148bb20cca37d1928ef91cda to your computer and use it in GitHub Desktop.
Save zupzup/cdad0967148bb20cca37d1928ef91cda to your computer and use it in GitHub Desktop.
Timeular Webhooks Call List Subscriptions
println!("listing subscriptions...");
let subscriptions = list_subscriptions(&token).await?;
println!("subscriptions: {:?}", subscriptions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment