0.1.7 • Published 7 years ago

hootsuite-rest v0.1.7

Weekly downloads
49
License
-
Repository
github
Last release
7 years ago

hootsuite-rest

A node client for Hootsuite's REST API.

Usage

Installation

npm install hootsuite-rest --save

Creating a connection

You will first need to obtain your OAuth information from Hootstuite, they have a guide out to get you started. In short, you will need to get the client id and client secret.

var Hootsuite = require('hootsuite-rest');

var hootsuite = new Hootsuite({
  clientId: 'client id',
  clientSecret: 'client secret'
});

hootsuite.me.get()
  .then(function(data) {
  });
0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago