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

Creation of Transactional Client #791

Open
Yuvraj-Dhepe opened this issue Jan 24, 2025 · 0 comments
Open

Creation of Transactional Client #791

Yuvraj-Dhepe opened this issue Jan 24, 2025 · 0 comments

Comments

@Yuvraj-Dhepe
Copy link

Hey Team,
I want to create a Client for performing the operations of Create, Update and Delete on the Stac objects.
Basically the operations that I see here: https://stac-utils.github.io/stac-fastapi/api/stac_fastapi/types/core/

I had few queries in this regards:

    1. I am wondering, will I be able to do that by simply inheriting the BaseTransactionClient Async one or normal one and simply defining the operations. Or the class is just meant for server purposes.
    1. What is the difference in Async and Plane Transaction Clients, apart from the async concepts, if there is anything else, which one of them should be used in which scenario
    1. Will be great, if there are some resources, that can direct me towards implementing clients with best practices, being a newbie, I just know calling plane requests method, directly on the running server urls.

Thank you 😄

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

No branches or pull requests

1 participant