generate_code_snippet
Generate API request code snippets in multiple programming languages from Insomnia collections to integrate API calls into applications.
Instructions
Generate a code snippet for a request in various languages/frameworks
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | ID of the request to generate snippet for | |
| target | Yes | Target language for the snippet (e.g., "javascript", "python", "shell") | |
| client | No | Optional: specify a client for the target language (e.g., "axios" for javascript, "curl" for shell) |