## PublicAPI


The main public API class.


Usage


``` python
PublicAPI(name)
```


## Parameters


`name: str`  
API name.


## Methods

| Name | Description |
|----|----|
| [call()](#call) | Call the API. |

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


#### call()


Call the API.


Usage


``` python
call()
```


##### Returns


`str`  
API response.
