-
Notifications
You must be signed in to change notification settings - Fork 3
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 playlists API service endpoint #17
Conversation
Hi @dennis531, |
The Unit tests are failing, I would assume that is because of the version increment to |
After the OC pull request is merged, I will add the wiki entry and implement the version handling in the tests. Perhaps the API could still change. |
The playlists api is supported since api version v1.11.0
Now the playlist test checks if the configured opencast has support for the playlists api. If not supported, the tests will be skipped. |
The playlists api is documented at https://github.com/elan-ev/opencast-php-library/wiki/OcPlaylistsApi. |
@ferishili you have to add the library version in https://github.com/elan-ev/opencast-php-library/wiki/OcPlaylistsApi#version when you create a new library version. Edit: I added version 1.6 |
Hi @dennis531 |
The added Playlist API Endpoint is based on the opencast pull request with the playlists.