0.1.7 • Published 6 years ago

hootsuite-rest v0.1.7

Weekly downloads
49
License
-
Repository
github
Last release
6 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

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago