Add API for project 'download'

Avatar

harningt

about 1 year ago

Something I'd like to see in the Ohloh API is some simple way to push a project release for download.

That way I can write a simple script that'll package up a release, sign it, push it up to the release server, and create a journal entry w/ news pts (unless release uploads already do something like this...).


Avatar

Robin Luckey

about 1 year ago

Hi harningt,

We actually do have something like this, but it doesn't operate over the API. Instead, we have an upload server to which you can upload your bits, and then give us an XML file that describes your release information.

This service doesn't itself generate an journal entry, but we do accept journal entries via XMPP.

Check out the Upload FAQ and the Journal FAQ