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

feat: First POC on adding transactions to Actual via python API. #2

Merged
merged 8 commits into from
Mar 17, 2024

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    8f17a9f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix: Some fixes and more testing with Actual api.

    Brunno Vanelli committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a277e92 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. feat: Add documentation, improve API, add context manager.

    Brunno Vanelli committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    95fa406 View commit details
    Browse the repository at this point in the history
  2. refactor: Refactor into one API file with all pre-defined models and …

    …one high level api.
    Brunno Vanelli committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7bed6e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. feat: Finish method for creating and uploading a user file.

    Brunno Vanelli committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d9ff57c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. fix: Finish the run migrations script.

    Brunno Vanelli committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e622d78 View commit details
    Browse the repository at this point in the history
  2. feat: Add mappings to make attribute names more pythonic.

    Brunno Vanelli committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d66caa2 View commit details
    Browse the repository at this point in the history
  3. tests: Add one test to the database model.

    Brunno Vanelli committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    183ce2d View commit details
    Browse the repository at this point in the history