Posh-YNAB
Posh-YNAB copied to clipboard
YNAB API Implementation in PowerShell
Tokens are currently being stored in plaintext on Linux and Mac installs. This is because the ConvertTo/From-SecureString commands are not available on non-Windows platforms as of this writing. Could potentially...
Currently all fields that are unique (Category, Budget, Account, Payee, etc.) require the user to provide the name rather than the ID. This was done to avoid hundreds of branching...
Added switches to Get-YnabCategory, month and CategoryID to allow cmdlet to retrieve data from this API endpoint - /budgets/{budget_id}/months/{month}/categories/{category_id} Also added to Jsonparse to include goal data in the single...