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 streaming APIs #17

Merged
merged 1 commit into from
Feb 3, 2023
Merged

Add streaming APIs #17

merged 1 commit into from
Feb 3, 2023

Conversation

FabienLavocat
Copy link
Member

@FabienLavocat FabienLavocat commented Feb 2, 2023

  • Add Streaming APIs: cluster, director, publishToken, stream, subscribeToken
  • Update GitHub Actions
  • Update Readme

@FabienLavocat FabienLavocat merged commit bd795d9 into main Feb 3, 2023
@FabienLavocat FabienLavocat deleted the streaming branch February 3, 2023 16:20
self.token = get_value_or_default(self, 'token', None)
self.added_on = get_value_or_default(self, 'addedOn', None)
self.expires_on = get_value_or_default(self, 'expiresOn', None)
self.expires_on = get_value_or_default(self, 'expiresOn', None)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FabienLavocat copy and paste err?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, that line does not need to be there, I'll fix it, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants