melvincarvalho / OpenTabs

GNU Affero General Public License v3.0
10 stars 4 forks source link

API, Documentation #2

Open Miserlou opened 12 years ago

Miserlou commented 12 years ago

I would like to see this developed into an Android application.

Any chance you can expose an API?

melvincarvalho commented 12 years ago

Sure I've written up the spec here:

http://www.webcredits.org/

It's a pure HTTP interface.

So to get transactions

GET

Then sum the transfers in your app.

To add transactions

POST JSON

This is API specification. Other options can be layered on top. I'm happy to help and should be releasing the first web prototype soon ...

On 22 January 2012 10:03, Rich Jones reply@reply.github.com wrote:

I would like to see this developed into an Android application.

Any chance you can expose an API?


Reply to this email directly or view it on GitHub: https://github.com/melvincarvalho/OpenTabs/issues/2

Miserlou commented 12 years ago

Cool, can't wait to see the live demo.