Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-02 11:53:01 +00:00
parent 47e7a6709f
commit d38b38c742
16 changed files with 539 additions and 539 deletions

View File

@@ -28,7 +28,7 @@ func (t *NotesService) Delete(request *DeleteRequest) (*DeleteResponse, error) {
return rsp, t.client.Call("notes", "Delete", request, rsp)
}
// Specify the note to events
// Subscribe to notes events
func (t *NotesService) Events(request *EventsRequest) (*EventsResponse, error) {
rsp := &EventsResponse{}
return rsp, t.client.Call("notes", "Events", request, rsp)