Add support for /api/v1/push/subscription
This commit is contained in:
parent
25da74b864
commit
2abdb8e37c
4 changed files with 190 additions and 0 deletions
|
@ -109,6 +109,10 @@ func main() {
|
|||
* [x] GET /api/v1/notifications/:id
|
||||
* [x] POST /api/v1/notifications/dismiss
|
||||
* [x] POST /api/v1/notifications/clear
|
||||
* [x] POST /api/v1/push/subscription
|
||||
* [x] GET /api/v1/push/subscription
|
||||
* [x] PUT /api/v1/push/subscription
|
||||
* [x] DELETE /api/v1/push/subscription
|
||||
* [x] GET /api/v1/reports
|
||||
* [x] POST /api/v1/reports
|
||||
* [x] GET /api/v1/search
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue