Using The Notion API in AdonisJS

Scheduled
Jul 30, 2023 *subject to change
Requested By
Tom Gobich
Series
N/A
Status

In progress

Notes
Only the first five paragraphs of our notes will be publicly displayed below.

In this lesson, we’ll learn how to use the Notion API within an AdonisJS application. By using the api, we can easily manage data inside Notion for display inside our AdonisJS application.


There’s two ways we can utilize the Notion API, via actual API requests or via their first-party JavaScript SDK. Today, we’ll be using the SDK as it comes with intellisense support and will make our integration much easier.