Skip to content

Commit

Permalink
Updated ExecuteRaw demo to use new overload with HttpMethod.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMayo committed Apr 11, 2020
1 parent bfcdabf commit 881231e
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 684 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using LinqToTwitter;

Expand Down Expand Up @@ -82,7 +83,7 @@ static async Task TweetRawAsync(TwitterContext twitterCtx)

string result =
await twitterCtx.ExecuteRawAsync(
queryString, parameters);
queryString, parameters, HttpMethod.Post);

if (result != null)
Console.WriteLine(
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

10 changes: 0 additions & 10 deletions src/LinqToTwitter5/DeleteMeLinqToTwitter.net/packages.config

This file was deleted.

Loading

0 comments on commit 881231e

Please sign in to comment.