Created
November 6, 2018 03:09
-
-
Save jasongaylord/07696a5c4b5f41bd112b36e505779c41 to your computer and use it in GitHub Desktop.
Part of the https://gist.github.com/jasongaylord/df33fe4cd4bc7d253a10c3cdccc41104#file-default-cshtml
This file contains 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
public interface ITwitterService | |
{ | |
string ObtainBearerToken(string consumerKey, string consumerSecret); | |
Task<List<Tweet>> RetrieveTweetsAsync(TwitterOptions options); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment