Files
openrouter-python-sdk-retry…/docs/components/method.mdx
T

21 lines
291 B
Plaintext

---
title: "Method"
---
## Example Usage
```python
from openrouter.components import Method
# Open enum: unrecognized values are captured as UnrecognizedStr
value: Method = "POST"
```
## Values
This is an open enum. Unrecognized values will not fail type checks.
- `"POST"`
- `"PUT"`