Skip to content

Commit

Permalink
Add note about delta requests (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr authored Jan 27, 2025
1 parent c4db0b0 commit 3f00e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Run the tool from the terminal to download your budget:
$ sqlite-export-for-ynab
```

Running it again will pull only the data that changed since the last pull. If you want to wipe the DB and pull all data again use the `--full-refresh` flag.
Running it again will pull only data that changed since the last pull (this is done with [Delta Requests](https://api.ynab.com/#deltas)). If you want to wipe the DB and pull all data again use the `--full-refresh` flag.

You can specify the DB path with the following options
1. The `--db` flag.
Expand Down

0 comments on commit 3f00e59

Please sign in to comment.