atlassian-python-api
atlassian-python-api copied to clipboard
Adding a DTO
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.
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