python-fmrest icon indicating copy to clipboard operation
python-fmrest copied to clipboard

Adding support for asyncio

Open vdor opened this issue 3 years ago • 0 comments

I like python-fmrest, but it doesn't support asyncio.

I would like to make API calls like this.

async def f():
    await fms.login()
    record = await fms.get_record(1)
    return record

vdor avatar Nov 11 '20 15:11 vdor