fh-mbaas-api-test

4.12.0 • Public • Published

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

/fh-mbaas-api-test/

    Package Sidebar

    Install

    npm i fh-mbaas-api-test

    Weekly Downloads

    2

    Version

    4.12.0

    License

    Copyright (c) 2014 FeedHenry Ltd, All Rights Reserved.

    Last publish

    Collaborators

    • feedhenry-deprecated
    • feedhenry-dev
    • grdryn
    • wtrocki