associates
tags
embed the widget
Copy the script snippet from the textarea below, and paste it anywhere - on your profile page, homepage, or even in rich-html emails.
Build a Drupal module that wraps the bountyup API, providing basic browse, search and create functions, as well as pledge and collect.
bountyup created this contract on
Feb 13, 2008
Module must be provided under a GPL license. It should be reasonably bug free, and support:
- Filter by tags
- Filter by creating user
- Preset search and ordering (by date, amount, etc).
jmckenty said... (Feb 28, 2008)
I'll get you an API key asap.
We've also had requests for Trac and Bugzilla plugins, but I'm waiting to see how this works before posting those.
RE: Seems like an easy one.
Awesome!I'll get you an API key asap.
We've also had requests for Trac and Bugzilla plugins, but I'm waiting to see how this works before posting those.
jmckenty said... (Mar 6, 2008)
http://api.bountyup.com/v1/json/search
http://api.bountyup.com/v1/json/search?q=drupal
These are obviously unauthenticated calls - we're finishing up an OAuth (http://oauth.net) implementation for authenticated ones.
How's it going with the macport for asterisk?
RE: RE: RE: Seems like an easy one.
Running a bit behind on the API documentation, but for an example call see:http://api.bountyup.com/v1/json/search
http://api.bountyup.com/v1/json/search?q=drupal
These are obviously unauthenticated calls - we're finishing up an OAuth (http://oauth.net) implementation for authenticated ones.
How's it going with the macport for asterisk?
(Log in or register to comment.)

Seems like an easy one.
I'll take care of this.