Skip to content

Instantly share code, notes, and snippets.

@zupzup
Created December 2, 2020 12:00
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/d3010e38f7811b04e7d92104bd41a295 to your computer and use it in GitHub Desktop.
Save zupzup/d3010e38f7811b04e7d92104bd41a295 to your computer and use it in GitHub Desktop.
Timeular Webhooks EventRequest
#[derive(Serialize, Debug)]
struct EventRequest {
event: &'static str,
target_url: String,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment