10000 feature(entities): add entities resource by npcastro · Pull Request #79 · fintoc-com/fintoc-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feature(entities): add entities resource #79

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

Merged
merged 1 commit into from
May 6, 2025
Merged

Conversation

npcastro
Copy link
Contributor
@npcastro npcastro commented May 6, 2025

Description

Add support for v2/entities endpoints.

from fintoc import Fintoc

client = Fintoc("your_api_key")

entities = client.v2.entities.list()
for e in entities:
    print(e.serialize())

entity = client.v2.entities.get('some_entity_id')
print(entity.serialize())

Requirements

None.

Additional changes

None.

@npcastro npcastro requested a review from daleal May 6, 2025 18:56
@npcastro npcastro marked this pull request as ready for review May 6, 2025 19:45
@npcastro npcastro force-pushed the feat/add-entities branch from 9d87ca4 to f771711 Compare May 6, 2025 19:47
Copy link
Member
@daleal daleal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lo veo bien

@npcastro npcastro force-pushed the feat/add-entities branch from f771711 to c85c635 Compare May 6, 2025 20:22
@npcastro npcastro merged commit 0d7156f into master May 6, 2025
5 checks passed
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.

2 participants
0