# SimpleRequestChain

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/chains/openai_functions/openapi/SimpleRequestChain)

Chain for making a simple request to an API endpoint.

## Signature

```python
SimpleRequestChain()
```

## Extends

- `Chain`

## Properties

- `request_method`
- `output_key`
- `input_key`
- `input_keys`
- `output_keys`

## ⚠️ Deprecated

Deprecated since version 1.0.4.

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/6fb37dba71da807af60aa7b909f71f0625a666bf/libs/langchain/langchain_classic/chains/openai_functions/openapi.py#L209)