Skip to content

Instantly share code, notes, and snippets.

@jasongaylord
Created November 6, 2018 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongaylord/07696a5c4b5f41bd112b36e505779c41 to your computer and use it in GitHub Desktop.
Save jasongaylord/07696a5c4b5f41bd112b36e505779c41 to your computer and use it in GitHub Desktop.
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