Node: In Development for the v2 API.
Node client for the http://tito.io api.
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)
})
All tickets of all events returns readable object stream
All events. returns readable object stream
All accounts granted access to. returns readable object stream
endpoints e.g. an event like nodeschool-berlin/12
return readable unparsed stream