Skip to content

Instantly share code, notes, and snippets.

@frankhu-2021
Created November 4, 2018 01:53
Show Gist options
  • Save frankhu-2021/5d1104dcb828af856291c50ddaebcf2a to your computer and use it in GitHub Desktop.
Save frankhu-2021/5d1104dcb828af856291c50ddaebcf2a to your computer and use it in GitHub Desktop.
MainMethod for .net tutorial
static void Main(string[] args)
{
getAccessToken().Wait();
// GetMembers utilizes HTTP Client, will print JSON Prettified in method
getMembers().Wait();
Console.WriteLine("\n Press Enter to exit the program \n");
Console.ReadLine();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment