From f88b2191a69a2e491dc2fa7581da7c7f73225e91 Mon Sep 17 00:00:00 2001 From: Are0h Date: Wed, 16 Jun 2021 09:43:18 -0700 Subject: [PATCH] --- 04--API.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/04--API.md b/04--API.md index b5962ed..d36f262 100644 --- a/04--API.md +++ b/04--API.md @@ -1 +1,13 @@ -This talks about the public and private api \ No newline at end of file +**Content API** + +Fipamo comes with a built in easy to use API class that can be used to retrieve content from your installation. It can be found in the `src/libraries` folder when Fipamo is installed. + +To use the API, grab the `FipamoAPI.js` file and import it into your project. +`import FipamoApi from 'path-to-api/FipamoAPI'`; + +Now you're ready to use the API. + + + +**Admin API** +Stay frosty, it's almost ready. \ No newline at end of file