From f05420728877060afe999431e8c1876e122e77e1 Mon Sep 17 00:00:00 2001 From: Joe <49767913+joebudi@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:31:55 +0000 Subject: [PATCH] Add budibase api feature to readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 727126cc4e..6296862a4c 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,27 @@ Budibase is made to scale. With Budibase, you can self-host on your own infrastr - Checkout the promo video: https://youtu.be/xoljVpty_Kw +

+ +### Extend Budibase with its Public API +As with anything that we build in Budibase, our new public API is simple to use, flexible, and introduces new extensibility. To summarize, the Budibase API enables: + +- Budibase as a backend +- Inter-operability + +Guide: [Build an app with Budibase and Next.js](https://budibase.com/blog/building-a-crud-app-with-budibase-and-next.js/) + +#### Docs +You can learn more about the Budibase API at the following places: + +- [General documentation](https://docs.budibase.com/docs/public-api) : Learn how to get your API key, how to use spec, and how to use with Postman +- [Interactive API documentation](https://docs.budibase.com/reference/post_applications) : Learn how to interact with the API + +

+ Budibase data +

+

+


## 🏁 Get started