0.6.3 • Published 10 years ago

optimizely-node-client v0.6.3

Weekly downloads
16
License
MIT
Repository
github
Last release
10 years ago

#Optimizely Node Client

Access the Optimizely REST API via javascript

Installation

$ npm install optimizely-node-client

Usage

var OptimizelyClient = require('optimizely-node-client');
var API_TOKEN = "*";//Get token from www.optimizely.com/tokens
var oc = new OptimizelyClient(API_TOKEN);
// OAuth2 token
var OptimizelyClient = require('optimizely-node-client');
var API_TOKEN = "*";//Get token from www.optimizely.com/tokens
var oc = new OptimizelyClient(API_TOKEN, { OAuth2: true });

Example

oc.createProject({/*...project properties*/})

Contributing

Please see contributing.md.

Copyright and license

Code copyright 2015 Celerius Group Inc. Released under the Apache 2.0 License.

0.6.3

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago