Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active August 11, 2022 19:41
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 lgolubyev/6a4d3bead82a1754c4778a3a5e35d8b7 to your computer and use it in GitHub Desktop.
Save lgolubyev/6a4d3bead82a1754c4778a3a5e35d8b7 to your computer and use it in GitHub Desktop.
public void OldRequestMethod(string url)
{
// ...
}
public void NewRequestMethod(string url)
{
// ...
}
var request = NewRequestMethod(requestUrl);
SlackChannel("bytehide", request, "get users");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment