1.1.2 • Published 6 years ago

pgb-api v1.1.2

Weekly downloads
28
License
MIT
Repository
github
Last release
6 years ago

pgb-api

This is a nodejs module to access the public REST api of PhoneGap Build.

The module can be added to your project with:

> yarn add pgb-api

or

> npm install pgb-api --save

Here is a snippet to print out your apps to the console:

const pgb = require('pgb-api')()

pgb.addAuth('your-api-token')
pgb.getApps()
  .then(console.log)
  .catch(console.error)

A cheatsheet is here.

If you find a bug or have a feature request tell me about it here.

Follow me on twitter @brettrudd

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-alpha2

6 years ago

1.0.0-alpha1

6 years ago