5.3.8 • Published 9 years ago

cc-foo-bar v5.3.8

Weekly downloads
12
License
Copyright (c) 201...
Repository
-
Last release
9 years ago

#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