parent
f88b2191a6
commit
1c5c93ed09
1 changed files with 6 additions and 4 deletions
10
04--API.md
10
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.
|
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.
|
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.
|
Stay frosty, it's almost ready.
|
Loading…
Reference in a new issue