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

[Optional extension proposal] Instance handling #37

Open
jcelerier opened this issue Feb 22, 2017 · 0 comments
Open

[Optional extension proposal] Instance handling #37

jcelerier opened this issue Feb 22, 2017 · 0 comments

Comments

@jcelerier
Copy link
Contributor

I propose the following requests to allow a client to request the creation of a new node to the server (which the server is absolutely not forced to accept, or even react to).

server:1234/my/video?ADD_NODE=its_name&OPTIONAL_ATTRIBUTE_1=...&VALUE=...&...

The server may then reply with a PATH_CHANGED (or PATH_ADDED, if the server supports it ?) if something was added.

This is useful for instance if you want to add new media, etc... from client applications.

And the second request :

server:1234/my/video?REMOVE_NODE=its_name

with self-explaining semantics.

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