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

Conversation

bvanelli
Copy link
Owner

@bvanelli bvanelli commented Mar 6, 2024

Features:

  • Better handling of internal fields and mapping between pydantic attributes and database columns.
  • Support conversion to protobuf for most models
  • Implementation to create user files locally, run migrations, and upload them to actual server.
  • Add context manager to Actual class

Refactors:

  • Separating endpoints into their own file
  • Changing all pydantic database attributes to pythonic versions

Docs:

  • Improve documentation for most methods

@bvanelli bvanelli merged commit 4ff82ac into main Mar 17, 2024
4 checks passed
@bvanelli bvanelli deleted the feat/add-transaction branch April 4, 2024 17:31
bvanelli added a commit that referenced this pull request Apr 4, 2024
…hon API. (#2)

Features:

- Better handling of internal fields and mapping between pydantic attributes and database columns.
- Support conversion to protobuf for most models
- Implementation to create user files locally, run migrations, and upload them to actual server.
- Add context manager to Actual class

Refactors:

- Separating endpoints into their own file
- Changing all pydantic database attributes to pythonic versions

Docs:

- Improve documentation for most methods

---------

Co-authored-by: Brunno Vanelli <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant