Answart / wufoo-test

Messing around with Wufoo's Node API.

Home Page:http://www.wufoo.com/docs/api/v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wufoo's Node API wrapper

https://github.com/jusx/node-wufoo

##Routes

####EXAMPLE

#####To View all forms: http://localhost:3000/api/v1/getForms?username=answart&apikey=2BJ3-IKC6-LSJU-227P #####To View a form: http://localhost:3000/api/v1/getFormEntries?username=answart&apikey=2BJ3-IKC6-LSJU-227P&formhash=q2260j51chrkf6 #####To View entries in a form: http://localhost:3000/api/v1/getFormEntries?username=answart&apikey=2BJ3-IKC6-LSJU-227P&formhash=q2260j51chrkf6

Routes which require just a username and apikey:

  • getForms
  • getReports

Routes which require a username, apikey, and formhash:

  • getForm
  • getFormEntries
  • getFields
  • getComments
  • getCommentCount

Routes which require a username, apikey, and reporthash:

  • getReport
  • getReportEntries
  • getWidgets

##NOTES

###LINKS

###WUFOO account/form/report info

About

Messing around with Wufoo's Node API.

http://www.wufoo.com/docs/api/v3/


Languages

Language:JavaScript 100.0%