Created
November 4, 2018 01:53
-
-
Save frankhu-2021/5d1104dcb828af856291c50ddaebcf2a to your computer and use it in GitHub Desktop.
MainMethod for .net tutorial
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
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