parent
31af88c8ea
commit
f88b2191a6
1 changed files with 13 additions and 1 deletions
14
04--API.md
14
04--API.md
|
@ -1 +1,13 @@
|
|||
This talks about the public and private 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'`;
|
||||
|
||||
Now you're ready to use the API.
|
||||
|
||||
|
||||
|
||||
**Admin API**
|
||||
Stay frosty, it's almost ready.
|
Loading…
Reference in a new issue