From 1c5c93ed092bfc4da9d0b8e02faa1196cb8a15b3 Mon Sep 17 00:00:00 2001 From: Are0h Date: Wed, 16 Jun 2021 09:48:13 -0700 Subject: [PATCH] --- 04--API.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/04--API.md b/04--API.md index d36f262..c6bcc94 100644 --- a/04--API.md +++ b/04--API.md @@ -1,13 +1,15 @@ -**Content API** +# 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'`; +`import FipamoApi from 'path-to-api/FipamoAPI'` and you're good to go. -Now you're ready to use the API. +**API Methods** -**Admin API** + +# Admin API + Stay frosty, it's almost ready. \ No newline at end of file