svenstaro/fints-rs

Documentation or example usage

sassman opened this issue · 4 comments

I found a lot of TODO notes in the code, and I'm not sure if the lib is ready for usage, but if so then I'm just missing a "how to get started" hint.

A little example of log into a bank, retrieve the list of the last n transactions and print them would be nice to have. If that is already supported, if not, maybe you can point me to the places that needs to be done to get there?

Well, sadly the library is in no usable state. I'd very much appreciate contributions to get there. I'm kind of out of it but I'd start with implementing the dialog section here: https://github.com/svenstaro/fints-rs/blob/master/fints/src/dialog.rs#L50

I think we got most or all of the data model correct so it should hopefully be somewhat easier to do the dialogue part.

Thanks for sharing. Maybe you remember if there is any FinTS 4.1 mock server or test server out there? I found tons of client libs but nothing close to a test server at all.

I searched far and wide and sadly there doesn't appear to be any useful mock server anywhere. I was actually almost about the write one when I did this project out of frustration but obviously that's not easy feat.

Actually, it appears there are some things:

If you want to get started on any of this, I'd love to talk to you before in order to coordinate. :)