> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Http.v2.api client

## ApiClient Objects

```python theme={"dark"}
class ApiClient()
```

#### get\_bound\_operation

```python theme={"dark"}
def get_bound_operation(operation: Callable) -> Callable
```

Wrap a function to bind it to the current API client instance (via a named parameter). This is useful for
bundling, as the 'Bundle' groups operations based on the 'operation' function, which means that if
you use an entity object method as the operation, then it will not be grouped with other similar operations.
