/meraki-node-sdk-beta

Primary LanguageJavaScriptOtherNOASSERTION

Meraki

This API SDK was automatically generated by APIMATIC Code Generator.

Installation

The SDK relies on Node Package Manager (NPM) being available to resolve dependencies. Once published you will need copy the folder meraki in to your node_modules folder.

Usage

The following shows how import and use the controller:

  1. Import the module:

    var meraki = require('meraki');
  2. Configure any authentication parameters. For example:

    var config = meraki.configuration;
    config.apikey = a_secret_key;
  3. Access various controllers by:

    var controller = meraki.XYZ;
    controller.getItems(id, callback);