コード例 #1
0
        private static async Task RunOAuthExamples(HubSpotApi oauthApi)
        {
            await OAuth.Example(oauthApi);

            await Timeline.Example(oauthApi);
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: xperiandri/HubSpot.NET
 private static void RunOAuthExamples(HubSpotApi oauthApi)
 {
     OAuth.Example(oauthApi);
     Timeline.Example(oauthApi);
 }