1.0.2 • Published 5 years ago

gabut-api v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Gabut-Api

JavaScript Style Guide

Just personal project for access private Gabut App API

Example

Get item in stream feed:

const Gabut = require('gabut-api')

async function main () {
  const gabut = new Gabut()
  await gabut.auth({ username: 'YourUsername', password: 'YourPassword' })

  // get stream feeds (return promise object of getStream response)
  const feeds = await gabut.getStream()
  console.log(feeds)
}

main ()

Get user profile:

const user = await gabut.getProfile(12) // default param is own accountId

For More feature check the code of lib/index.js

Link

Legal

This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Gabut App or any of its affiliates or subsidiaries. Use at your own risk.

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago