0.0.4 • Published 13 years ago

scottyapp-api-client v0.0.4

Weekly downloads
6
License
-
Repository
github
Last release
13 years ago

About node-scottyapp-api-client

Official node.js API client for scottyapp.com. Documentation will be made available at http://scottyapp.com/developers

Build Status

Install

npm install scottyapp-api-client

Usage

Take a look at the https://github.com/scottyapp/scotty project and the tests included here.

Coffeescript

Client = require('scottyapp-api-client').Client
client = new Client('yourkey','yoursecret')
client.doStuff(...)

Javascript

var Client = require('scottyapp-api-client').Client;
var client = new Client('yourkey','yoursecret');
client.doStuff(...);

About Us

Check out

Follow us on Twitter at

  • @getscottyapp

and like us on Facebook please. Every mention is welcome and we follow back.

Release Notes

0.0.5

  • Now checks for response codes from the API and raises an error if it is not in the 2xx range
  • Ensured that data is empty if null, just in case

0.0.4

  • Removed some logging

0.0.3

  • Fixed an even more pathetic token bug

0.0.2

  • Fixed some pathetic token bug.

0.0.1

  • First version - basic api done.

Internal Stuff

  • npm run-script watch

Publish new version

  • Change version in package.json
  • git tag -a v0.0.4 -m 'version 0.0.4'
  • git push --tags
  • npm publish

Copyright

Copyright (c) 2011 Martin Wawrusch and Freshfugu, Inc. See LICENSE for further details.

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago