3.0.0-beta12 • Published 10 years ago

fh-mbaas-api-alpha v3.0.0-beta12

Weekly downloads
-
License
BSD
Repository
-
Last release
10 years ago

fh-mbaas-api is part two of a two-part replacement for fh-nodeapp. fh-mbaas-api is the "fhserver" or $fh part of fh-nodeapp, which exposes the $fh cloud JavaScript API. The functions contained in fh-mbaas-api are as before, with some deprecated functions listed below.

##Usage Add the following to the 'dependencies' section of your 'cloud/package.json' file:

"fh-mbaas-api" : "*"

##Documentation Documentation for the $fh cloud API is maintained at the FeedHenry API Docs.

##Deprecated Our Rhino Backwards Compatability 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