2.1.1 • Published 7 years ago

npm-runscope v2.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Introduction

This is an early-stage library for using the Runscope v1 API with node. This is a promise-based library, because I like promises.

Usage

I tried to take some lessons about the structure of a large client from how the AWS SDK for node is structured. The currently supported endpoints are listed in clients/all.js, and a sample usage would be:

var runscope = require('runscope').Environment;

var env = new Environment(api-key, bucket-key);
env.foo();
2.1.1

7 years ago

2.1.0

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.1

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago