-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Labels
Component / APIIssues that relate the the APIs Raiden provides.Issues that relate the the APIs Raiden provides.Type / Bug
Description
Problem Definition
A GET api/v1/notifications
request returns only new notifications since the last request to the endpoint. The API deletes all notifications when this endpoint is called.
This is a clear misuse of the HTTP GET method, as it should always be idempotent and should never change resources in the raiden client. It would be better if the endpoint would return all notifications that are currently relevant. Notifications should only be removed if they are not relevant anymore, for example after the user deposits to the UDC the low RDN notification should be removed.
System Description
raiden v2.0.0
Metadata
Metadata
Assignees
Labels
Component / APIIssues that relate the the APIs Raiden provides.Issues that relate the the APIs Raiden provides.Type / Bug