canonical / gomaasclient

Go MAAS client
Apache License 2.0
23 stars 28 forks source link

feat: support notification endpoints #101

Open skatsaounis opened 3 months ago

skatsaounis commented 3 months ago

Currently gomaasclient does not support notification(s) entities but it could be beneficial to implement them.

Endpoints for notifications:

GET /MAAS/api/2.0/notifications/ -- List notifications
POST /MAAS/api/2.0/notifications/ -- Create a notification

Endpoints for notification:

DELETE /MAAS/api/2.0/notifications/{id}/ -- Delete a notification
GET /MAAS/api/2.0/notifications/{id}/ -- Read a notification
PUT /MAAS/api/2.0/notifications/{id}/ -- Update a notification
POST /MAAS/api/2.0/notifications/{id}/op-dismiss -- Dismiss a notification
github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.