Skip to content
New issue

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

Add Tweets:Volume streams endpoint #14

Closed
myConsciousness opened this issue Apr 29, 2022 · 2 comments · Fixed by #148
Closed

Add Tweets:Volume streams endpoint #14

myConsciousness opened this issue Apr 29, 2022 · 2 comments · Fixed by #148
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed service/Tweets

Comments

@myConsciousness
Copy link
Member

1. Problem to solve

2. Proposal

GET /2/tweets/sample/stream

3. More information

@myConsciousness myConsciousness added the enhancement New feature or request label Apr 29, 2022
@myConsciousness myConsciousness self-assigned this Apr 29, 2022
@myConsciousness myConsciousness added this to To do in Support Stream Endpoints via automation May 11, 2022
@myConsciousness myConsciousness added the help wanted Extra attention is needed label May 12, 2022
@myConsciousness
Copy link
Member Author

Proposal

Through anonymous functions, users can receive responses and close connections.

await twitter.tweetsService.connectVolumeStream(onReceived: (response) {
  // Do something.
});

@myConsciousness
Copy link
Member Author

Considering that it will be used in Flutter, a little more thought needs to be given to the implementation utilizing the Stream endpoint.

@bors bors bot closed this as completed in 9876daf May 23, 2022
Support Stream Endpoints automation moved this from To do to Done May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed service/Tweets
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant