Destroyed REST Subscription API (markdown)

Georg Ehrke 2015-12-19 23:42:21 +01:00
Родитель 2afffae7fc
Коммит a90a812fba
1 изменённых файлов: 0 добавлений и 26 удалений

@ -1,26 +0,0 @@
OBSOLETE - WILL BE REMOVED
==========================
index: GET /v1/subscriptions
show: GET /v1/subscriptions/id
create: POST /v1/subscriptions
update: PUT /v1/subscriptions/id
delete: DELETE /v1/subscriptions/id
id is an int
creating:
```js
{
type: "org.ownCloud.webcal",
url: "https://url.tld/file.ics",
}
```
response contains id and userid
you can get different types via the backend api