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

Support Stream Live Inputs and Outputs #1515

Open
JamieSinn opened this issue Mar 6, 2024 · 1 comment
Open

Support Stream Live Inputs and Outputs #1515

JamieSinn opened this issue Mar 6, 2024 · 1 comment

Comments

@JamieSinn
Copy link

Current cloudflare-go version

latest

Description

The Live input portion of stream (inputs, outputs, etc) is currently not supported in the library. It'd be awesome to have this so I don't have to manually manage the API calls.

https://developers.cloudflare.com/api/operations/stream-live-inputs-list-live-inputs

Use cases

Automating management (creation, destruction, listing, etc) of live inputs and outputs associated with them.

Potential cloudflare-go usage

client.StreamsCreateLiveInput()
client.StreamsUpdateLiveInput()
client.StreamsDeleteLiveInput()
client.StreamsListLiveInputs()


client.StreamsCreateLiveOutput()
...

References

https://discord.com/channels/595317990191398933/1043025464911986749/1214648195993436270

@JamieSinn
Copy link
Author

@Cyb3r-Jak3 as requested!

@JamieSinn JamieSinn changed the title Support Stream Live Inputs Support Stream Live Inputs and Outputs Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant