Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new Mint json APIs #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 19, 2023

  1. import.py

    - Move secrets into separate file so they can be .gitignore'd
    - Switch from curl to requests:
    -- Improve cross-platform portability. Windows (cmd) has limitations with single quotes
    -- Inherit system proxy settings
    - Update transaction create to work with new Mint json APIs
    - Dynamically load categories from mint's GET categories API
    - Remove encoding considerations now that json mostly takes care of it
    
    readme.md
    - Update to align with new import.py
    - Style improvements
    
    Other
    - Cleanup artifacts of forms implementation
    jamesgo committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    fd34065 View commit details
    Browse the repository at this point in the history
  2. Cleanup default_note

    jamesgo committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    ac7568c View commit details
    Browse the repository at this point in the history
  3. Cleanup

    jamesgo committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    22a76c1 View commit details
    Browse the repository at this point in the history