-
Notifications
You must be signed in to change notification settings - Fork 114
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
Extend bioblend to support the new notification API #471
Comments
The bioblend operations in regards to the Notification-API only work with Galaxy version >= 23.1. Is there a way to make them inaccessible if the Galaxy version is older?
|
I don't think that's necessary.
You can add a note to the class or method docstrings, see e.g. https://github.com/galaxyproject/bioblend/blob/main/bioblend/galaxy/jobs/__init__.py#L229-L230 |
I have done this. @nsoranzo |
This makes use of the new
Notification System
, which is available since the 23_01 release of Galaxy.List of operations to add:
get_notifications_status
send_notification
get_notification_preferences
update_notification_preferences
get_user_notifications
get_broadcasted
get_all_broadcasted
show_notification
update_broadcasted_notification
update_user_notification
update_user_notifications
delete_user_notification
delete_user_notifications
broadcast_notification
Testing
Galaxy API
You can find the interactive documentation for the
Notification System
here: : https://usegalaxy.eu/api/docs#/notificationsThe text was updated successfully, but these errors were encountered: