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'
and you're good to go.
API Methods
Admin API
Stay frosty, it's almost ready.