Skip to content

Creation of Transactional Client #791

@Yuvraj-Dhepe

Description

@Yuvraj-Dhepe

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 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions