public API released
moneytrackin‘ API provides methods for developers to embed our data into their own applications, for example in a smartphone app or a PDA (currently under development).
The wsdl endpoint for our API is http://www.moneytrackin.com/api/wsdl/ or https://www.moneytrackin.com/api/wsdl/ if you want to use secure http.
Important notes :
- This API is still under development, so the methods could change without notice. Visit this page for updated info
- It’s based on SOAP & WSDL standards
- All passwords must be sent to the server encrypted with the MD5 algorithm
- Please wait at least one second between queries. There isn’t any restriction yet, but we’ll take measures in case of abuse (like banning you or adding a license key for developers).
Functions (visit the official API reference for updated info):
- listTransactions
- listTagTransactions
- listProjects
- listWriteProjects
- getBalance
- getTags
- newProject
- deleteProject
- insertTransaction
- deleteTransaction
- listCurrencies
- userData
Edit: take a look at this post for a working example
