βοΈWrapping Your CRANQ Code in a REST API
Want your app to be usable from the Web? It's time to build an API.
PreviousBuild a Full-Stack Waiting List w/ CRANQ, AirTable, Mailjet and BubbleNextUsing AirTable w/ CRANQ
Last updated
Want your app to be usable from the Web? It's time to build an API.
Last updated
This course uses the code created in Data Manipulation Part 1 as a starting point, but is intended as an instruction manual for wrapping any kind of CRANQ code in an API.
Dan walks you through the steps of exposing read-only backend logic through a REST API endpoint.
In this lesson youβll learn about creating endpoints that change data on the backend. Beyond that, this video introduces the concept of shared resources in CRANQ, and a really useful node - the βdepotβ - which helps you control the order in which signals are transmitted.