We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wanted this api to make an app for financial tracking with BI, but it seems like it's not bringing results like this:
as pointed out in the read.me file. Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: