{ "opencollection": "1.0.0", "info": { "name": "Google Keep Google Keep API Notes API", "version": "v1" }, "items": [ { "info": { "name": "Notes", "type": "folder" }, "items": [ { "info": { "name": "List notes", "type": "http" }, "http": { "method": "GET", "url": "https://keep.googleapis.com/v1/notes", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" } ] }, "docs": "Lists notes." }, { "info": { "name": "Create note", "type": "http" }, "http": { "method": "POST", "url": "https://keep.googleapis.com/v1/notes", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new note." } ] } ], "bundled": true }