Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

user-voice

briancollins12MIT0.1.1

A library for making UserVoice API calls

readme

A library for making UserVoice API calls

Example:

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