generate_model_from_api
Fetches an API response and generates a ready-to-use model class in your configured language, with automatic handling of login and refresh tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| body | No | ||
| path | No | ||
| token | No | ||
| method | No | GET | |
| headers | No | ||
| bodyType | No | json | |
| className | No | Model |