fh-mbaas-api-lcm
v5.0.6
Published
FeedHenry MBAAS Cloud APIs
Downloads
3
Keywords
Readme
#Overview
fh-mbaas-api provides FeedHenry MBaaS APIs to Node.js cloud apps.
#Usage fh-mbaas-api is included as standard with your cloud app code.
For custom apps, add the module via npm by running the following for the root of your app
npm install --save fh-mbaas-api
This will install the latest version of fh-mbaas-api and save the installed version in your package.json
#Documentation Documentation for the $fh cloud API is maintained at the FeedHenry API Docs.
#Deprecated Legacy Rhino functions have been deprecated. These are listed below - with their replacements in bold. All replacements listed but '$fh.web' have drop-in replacements available.
- $fh.web -> request
- $fh.log -> console.log
- $fh.parse -> JSON.parse
- $fh.stringify JSON.stringify