# IuguLoader

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/document_loaders/iugu/IuguLoader)

Load from `IUGU`.

## Signature

```python
IuguLoader(
    self,
    resource: str,
    api_token: Optional[str] = None,
)
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `resource` | `str` | Yes | The name of the resource to fetch. |
| `api_token` | `Optional[str]` | No | The IUGU API token to use. (default: `None`) |

## Extends

- `BaseLoader`

## Constructors

```python
__init__(
    self,
    resource: str,
    api_token: Optional[str] = None,
) -> None
```

| Name | Type |
|------|------|
| `resource` | `str` |
| `api_token` | `Optional[str]` |


## Properties

- `resource`
- `headers`

## Methods

- [`load()`](https://reference.langchain.com/python/langchain-community/document_loaders/iugu/IuguLoader/load)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/document_loaders/iugu.py#L19)