Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class caravel.nextcloud.api_wrappers.notifications.Notifications(requester)[source]
delete_all_notifications()[source]

Delete all notification for a logged in user.

delete_notification(notification_id)[source]

Delete single notification by id for a user.

get_notification(notification_id)[source]

Get single notification by id for a user.

get_notifications()[source]

Get list of notifications for a logged in user.

Follow us

© 2025, Antoine Grigis