elexon-data / iris-clients

Clients for connecting to the Insights Real-time Information Service
MIT License
16 stars 7 forks source link

Async #4

Open pintert3 opened 1 year ago

pintert3 commented 1 year ago

Is there a plan for async client examples?

robin-leach commented 1 year ago

Hi Philip,

We have no immediate plans to write async client examples, but if that is something that would be particularly useful to provide we can look at adding that to the roadmap.

In the short term, if you write one that you believe to be of general use do consider raising a pull request for this repository to merge that addition; I anticipate that this would be a quicker way for an async example to be part of the repository. See the contributing guidelines for more.

I'll leave this issue open so as to make it clear that this is a possible future feature.

Thanks Robin

rymanso commented 1 year ago

I have provided an example async python implementation in #15 Posting this here to let you know, and in case the maintainers don't see it fit for merging in. However I know I'm 8 months late!