Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

teamtito/node-tito-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tito-api

NPM

Node: In Development for the v2 API.

Node client for the http://tito.io api.

usage

var tito = require('tito-api')

var t = tito('YOUR_API_KEY') // find it here https://api.tito.io/

t.tickets().on('data', function (ticket) {
  console.log(ticket.name)
})

endpoints

t.tickets()

All tickets of all events returns readable object stream

t.events()

All events. returns readable object stream

t.accounts()

All accounts granted access to. returns readable object stream

t.request(endpoint)

endpoints e.g. an event like nodeschool-berlin/12

return readable unparsed stream

About

Node client for the tito api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published