1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-09 10:15:44 +02:00

Add update api

This commit is contained in:
Bernhard Posselt 2016-04-26 22:43:02 +02:00
parent 8ecbc6b242
commit ac1e156635

View File

@ -2,7 +2,7 @@
The **News app** offers a RESTful API which can be used to sync folders, feeds and items. The API also supports [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS) which means that you can access the API from your browser using JavaScript.
In addition, an updater API is exposed which is able to run feed updates in parallel using a REST API or ownCloud console API.
In addition, an updater API is exposed which enables API users to run feed updates in parallel using a REST API or ownCloud console API.
## API Stability Contract