Socket
Book a DemoInstallSign in
Socket

optimizely-node-client

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optimizely-node-client

Optimizely Client for Node

latest
Source
npmnpm
Version
0.6.3
Version published
Maintainers
3
Created
Source

#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.

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

Keywords

optimizely

FAQs

Package last updated on 04 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts