briancollins / user-voice

A library for making UserVoice API calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A library for making UserVoice API calls

Example:

{UserVoice} = require 'user-voice'

uv = new UserVoice
  subdomain: 'SUBDOMAIN'
  key: 'API_KEY'
  secret: 'SECRET_API_KEY'

uv.get '/api/v1/search.json', query: 'llamas', (error, response) ->
  console.log response

About

A library for making UserVoice API calls

License:MIT License


Languages

Language:CoffeeScript 100.0%