I wanted this api to make an app for financial tracking with BI, but it seems like it's not bringing results like this:
// history is something like:
[
{ description: 'Netflix Com',
category: 'transaction',
amount: 2290,
time: '2016-09-06T09:22:00Z',
title: 'serviços',
details: [Object],
id: '57ce8ab9-016d-4060-907d-4e5f4306483f',
_links: [Object],
href: 'nuapp://transaction/57ce8ab9-016d-4060-907d-4e5f4306483f'
}, ...]
as pointed out in the read.me file. Or am I doing something wrong?