andreroggeri / ynab-sdk-python

Python implementation of the YNAB API (https://api.youneedabudget.com/)
Apache License 2.0
27 stars 10 forks source link

Scheduled Transactions #137

Open Ga68 opened 2 months ago

Ga68 commented 2 months ago

I really appreciate all the work that went into this. Thanks so much!

I think that Scheduled Transactions (future dates) aren't yet available based on what I read and what I can try to see digging into the code.

¿Is that right?

Looks like they're different from Transactions, though clearly similar.

andreroggeri commented 2 months ago

Yeah, according with the API spec, there's no endpoint for creating scheduled/future transactions :(

I asked for support, and they directed me to the feature request form. If we can get more people asking for this support from the API, we might get them to do it.

Ga68 commented 2 months ago

I'm working on a pr to at least get scheduled transactions https://github.com/andreroggeri/ynab-sdk-python/compare/main...Ga68:ynab-sdk-python:scheduled_transactions?expand=1

I still need to work out the test cases, but the retrieval of the data works.