atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Adding a DTO

Open Neko1313 opened this issue 5 months ago • 1 comments

It is very difficult to interact with the responses, since they actually return JSON objects from the API. It would be nice to use something like dataclass or TypedDict. The ideal option is pydantic.

Neko1313 avatar Jul 14 '25 01:07 Neko1313

Hi @Neko1313 , Actually it's great idea.

Only one problem how to implement without break for existing behaviour. I will be happy to look some PR

gonchik avatar Aug 20 '25 22:08 gonchik