## AsyncClient


Usage

``` python
AsyncClient(
    url,
    *,
    trailing="",
    **attrs,
)
```


## Methods

| Name | Description |
|----|----|
| [run()](#run) | Synchronously call method and run coroutine. |

------------------------------------------------------------------------


#### run()


Synchronously call method and run coroutine.


Usage

``` python
run(name, *args, **kwargs)
```
