This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 658 B View raw
1{ 2 "capabilities": { 3 "urn:ietf:params:jmap:core": { 4 "maxSizeUpload": 50000000, 5 "maxConcurrentUpload": 4, 6 "maxSizeRequest": 10000000, 7 "maxConcurrentRequests": 4, 8 "maxCallsInRequest": 16, 9 "maxObjectsInGet": 500, 10 "maxObjectsInSet": 500, 11 "collationAlgorithms": [] 12 } 13 }, 14 "accounts": {}, 15 "primaryAccounts": {}, 16 "username": "anonymous", 17 "apiUrl": "https://api.example.com/jmap/", 18 "downloadUrl": "https://api.example.com/download/{accountId}/{blobId}/{name}", 19 "uploadUrl": "https://api.example.com/upload/{accountId}/", 20 "eventSourceUrl": "https://api.example.com/events/", 21 "state": "empty" 22}