From cb49bc120c5d78c5646011f84ba500c205ac846d Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Tue, 16 Jan 2024 18:37:06 -0500 Subject: [PATCH] Add pagination - next and previous link for pages in parent section At the bottom of the content added two links to work as pagination for the section. --- content/en/client/authorized.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/client/authorized.md b/content/en/client/authorized.md index 78226299..3e5341f1 100644 --- a/content/en/client/authorized.md +++ b/content/en/client/authorized.md @@ -122,3 +122,5 @@ With our OAuth token for the authorized user, we can now perform any action as t * See [/api/v1/featured_tags]({{< relref "methods/featured_tags" >}}) for managing a user profile's featured hashtags. * See [/api/v1/preferences]({{< relref "methods/preferences" >}}) for reading user preferences. + +[Previous - Obtaining client app access]({{< relref "client/token" >}}) ----- [Next - Libraries and implementations]({{< relref "client/libraries" >}})