vsheliavsky / gie_v2

MIT License
0 stars 0 forks source link

Implement Synchronous Client Class #4

Closed vsheliavsky closed 1 month ago

vsheliavsky commented 2 months ago

We need to implement the Client class, which will handle synchronous operations and inherit from the previously created BaseClient abstract class. This class will define the synchronous interface for interacting with our service or API.

Key tasks include:

Future Considerations: The Client class should be designed in a way that allows for easy extension, especially with mixins for Pandas and Polars support in the future.

Resources: BaseClient Issue

vsheliavsky commented 2 months ago

related to: https://github.com/vsheliavsky/gie_v2/issues/3