0.6.3 • Published 8 years ago

optimizely-node-client v0.6.3

Weekly downloads
16
License
MIT
Repository
github
Last release
8 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

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago