Machine-Learning-for-Medical-Language / ctakes-client-py

Apache License 2.0
4 stars 1 forks source link

feat!: switch to async http request methods #52

Closed mikix closed 1 year ago

mikix commented 1 year ago

This changes the following API methods to be async:

They all also take an optional client parameter, to specify an httpx.AsyncClient.

Version has been bumped to 3.0.0, as this is a major breaking change.