REST example
A tutorial on using rest to create an application with budibase
Create our API
First we're going to start by creating our API, to do this we will be using MockAPI and create an endpoint with data we can use within our app
Head to MockAPI.com and create a new project
Next, create a new resource under this new project and fill it with sample data, for this example, we will use names, addresses and 'created at'
Create a custom REST API
Now that we have our API endpoint set up, we will head over to budibase and create our API requests
Head to API, and select custom REST API 2, we will not be using templates in this tutorial, however if you wish to use them you can access a similar guide here
Updated about 2 hours ago