API Implementation Guide

Fetching Data Methods

Fetching the income amount

To fetch the income amount, create a request as follows:

[ ~ ] $ curl -u 89e495e7941cf9e40e6980d14a16bf023ccd4c91:X http://budgety.net/api/get/income

The response should look like this:

<?xml version="1.0" encoding="UTF-8"?>
<budget>
	<currency>$</currency>
	<income>1500.00</income>
</budget>