Created
December 2, 2020 12:00
-
-
Save zupzup/d3010e38f7811b04e7d92104bd41a295 to your computer and use it in GitHub Desktop.
Timeular Webhooks EventRequest
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
#[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