You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is interest in me providing badges for bountysource. However, there seems to be no way to connect the name of a team to its last fundraiser amount, to the number and amount of open bounties, etc.
There is, however, indication that some APIs are secretly supported, such as /teams/<name of team>. However, the information provided is wrong. For instance, mozilla-core currently has 2 bounties open for a total of $2000, but the information given from curl 'https://api.bountysource.com/teams/mozilla-core' -H 'Accept: application/vnd.bountysource+json; version=2' gives "open_bounties_amount": 0.0.
The text was updated successfully, but these errors were encountered:
There is interest in me providing badges for bountysource. However, there seems to be no way to connect the name of a team to its last fundraiser amount, to the number and amount of open bounties, etc.
There is, however, indication that some APIs are secretly supported, such as
/teams/<name of team>
. However, the information provided is wrong. For instance, mozilla-core currently has 2 bounties open for a total of $2000, but the information given fromcurl 'https://api.bountysource.com/teams/mozilla-core' -H 'Accept: application/vnd.bountysource+json; version=2'
gives"open_bounties_amount": 0.0
.The text was updated successfully, but these errors were encountered: