From 5888f730f0cf1f24344bcf1cef0e528f34e6428a Mon Sep 17 00:00:00 2001 From: Felix Date: Fri, 2 Dec 2016 13:02:27 +0100 Subject: Fix an nextcloud typo --- docs/externalapi/Legacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/externalapi/Legacy.md b/docs/externalapi/Legacy.md index d376d9593..7427e2e5b 100644 --- a/docs/externalapi/Legacy.md +++ b/docs/externalapi/Legacy.md @@ -47,7 +47,7 @@ This is a small overview over how you should sync your articles with the Nextclo All routes are given relative to the base API url (e.g.: https://yournextcloud.com/index.php/apps/news/api/v1-2) ### Initial Sync -The intial sync happens, when a user adds an Nextcloud account in your app. In that case you should fetch all feeds, folders and unread or starred articles from the News app. Do not fetch all articles, not only because it syncs faster, but also because the user is primarily interested in unread articles. To fetch all unread and starred articles, you must call 4 routes: +The intial sync happens, when a user adds a Nextcloud account in your app. In that case you should fetch all feeds, folders and unread or starred articles from the News app. Do not fetch all articles, not only because it syncs faster, but also because the user is primarily interested in unread articles. To fetch all unread and starred articles, you must call 4 routes: * **unread articles**: GET /items?type=3&getRead=false&batchSize=-1 * **starred articles**: GET /items?type=2&getRead=true&batchSize=-1 -- cgit v1.2.3