1.6.1 • Published 8 years ago
podio-js v1.6.1
podio-js  
  
 
Official Podio JavaScript SDK for Node and the browser
Installation
$ npm install podio-js --saveUsage
Node
var Podio = require('podio-js').api;
var podio = new Podio({
  authType: 'server',
  clientId: 'id',
  clientSecret: 'secret'
});Express Middleware
Simple express middleware for storing the Podio token
app.use(require('podio-js').middleware({
  clientId: 'id',
  clientSecret: 'secret'
}));Browser
If you are using and AMD/CommonJS compatible module loader you can require the module:
var PodioJS = require('podio-js');If you are not using a loader, browserify podio-js like this:
$ npm install -g browserify
$ npm run bundleand include dist/podio-js.js using a <script> tag.
Documentation
You will find a detailed documentation at http://podio.github.io/podio-js/ and at https://developers.podio.com/
Tests
$ npm test1.6.1
8 years ago
1.6.0
9 years ago
1.5.0
9 years ago
1.4.3
9 years ago
1.4.2
10 years ago
1.4.1
10 years ago
1.4.0
10 years ago
1.3.0
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
1.0.7
10 years ago
1.0.6
11 years ago
1.0.5
11 years ago
1.0.4
11 years ago
1.0.3
11 years ago
1.0.2
11 years ago
1.0.1
11 years ago
1.0.0
11 years ago