## read()


Read a resource by its ID.


Usage


``` python
read(id)
```


## Parameters


`id: int`  
The identifier of the resource.


## Returns


`dict`  
A dictionary with the resource data.


## Examples

``` python
>>> read(1)
```

{'id': 1, 'data': 'loaded'}
