Merge branch 'master' of git://github.com/rubysolo/wuparty
add sorting/limiting functionality
Merge pull request #8 from applidget/master
Add handshakeKey parameter to add_webhook method
Removed args parameters from add_webhook method, and added one argument for each opt param instead
Added handshakeKey to add_webhook params
Merge pull request #7 from staskie/patch-1
Update lib/wuparty.rb
Merge pull request #6 from hiringthing/master
Added Login API support & Support for Metadata in Webhook calls
added metadata flag to webhook calls
Merge pull request #5 from GrooveStomp/master
add/delete webhook wrapper attached to the form interface
Add add/delete webhook methods to the form itself, for added convenience.
Merge pull request #3 from GrooveStomp/master
Add and remove webhooks from Wufoo forms.
Use correct webhook http method and add a webhook delete method.
Add webhook put method and DRY-up the HTTP verbs.
Rename project to WuParty and bump version.
Fix bug in multipart post when no body.