We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TogetherCrew/twitter-analytics#9
interface TwitterActivity { posts: number replies: number retweets: number likes: number mentions: number }
TogetherCrew/twitter-analytics#10
interface TwitterAudience { replies: number retweets: number likes: number mentions: number }
TogetherCrew/twitter-analytics#5
enum QualityType { High, Low, } enum EngagementType { High, Low, } interface TwitterEngagement { quality: QualityType engagement: EngagementType, amount: number } interface TwitterEngagementArray extends Array<TwitterEngagement> {}
interface TwitterEngagement { hl: number hh: number ll: number lh: number }
To be discussed with @Zueis
Should trigger the TWITTER_REFRESH choreography.
TWITTER_REFRESH
interface Saga { sagaId: string, // ... }
The text was updated successfully, but these errors were encountered:
scientiststwin
Successfully merging a pull request may close this issue.
Twitter API Endpoints
/metrics/twitter/activity
Ciphers
TogetherCrew/twitter-analytics#9
Response Interface:
/metrics/twitter/audience
Ciphers
TogetherCrew/twitter-analytics#10
Response Interface:
/metrics/twitter/engagement
Ciphers
TogetherCrew/twitter-analytics#5
Response Interface:
Option 1
Option 2
To be discussed with @Zueis
/metrics/twitter/refresh
Should trigger the
TWITTER_REFRESH
choreography.Response
The text was updated successfully, but these errors were encountered: