Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created April 21, 2016 19:06
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 guitarrapc/b620244f99c4816c728a801a58a26286 to your computer and use it in GitHub Desktop.
Save guitarrapc/b620244f99c4816c728a801a58a26286 to your computer and use it in GitHub Desktop.
AzureFunctionTrigger.PostAsync("https://temporarytest.azurewebsites.net/api/GenericWebhookCSharp1", "").Result.Dump();
AzureFunctionTrigger.PostAsync("https://temporarytest.azurewebsites.net/api/GenericWebhookCSharp1", "invalid").Result.Dump();
AzureFunctionTrigger.PostAsync("https://temporarytest.azurewebsites.net/api/GenericWebhookCSharp1", "ld64axgzllnkn72p93r9hpvi280wn3u502yh8e3uogt8b2zkt9i23xljmxg39zx6ia1nhfr").Result.Dump();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment