## create_api()


Create a new API client.


Usage


``` python
create_api(url)
```


## Parameters


`url: str`  
Base URL for the API.


## Returns


`LargeAPI`  
Configured API client instance.
