bnw / firefly-iii-fints-importer

Import financial transactions from you FinTS enabled bank into Firefly III.
GNU Affero General Public License v3.0
155 stars 23 forks source link

Readme.md: Fix config GET param description and add curl/wget example #117

Closed DanielVolz closed 1 year ago

DanielVolz commented 1 year ago

This pull request fixes a small mistake regarding the 'config' GET parameter. Only the filename, e.g., 'example.json,' is used by the app. The path to the file is removed by the 'basename()' function in 'Setup.php' https://github.com/bnw/firefly-iii-fints-importer/blob/0192cb8995c376e584dbeba3bc419fe662b1cb50/app/Setup.php#L13 and is, therefore, not needed.

Additionally, it adds examples of how to use the headless importer with 'curl' and 'wget'.

bnw commented 1 year ago

Great! Thanks a lot :)