Right now the EndpointRequestSnippet outputs curl snippets. It would be great if it had the ability to output typescript or python, similar to the API reference snippets.
Why would it be useful?
When writing getting started guides it is sometimes helpful to have multi-language examples.
Describe the solution (optional)
Consider adding either a language param, or perhaps allow the endpoint to output tabbed snippets, in the same format as the API reference.
Problem description
Right now the EndpointRequestSnippet outputs curl snippets. It would be great if it had the ability to output typescript or python, similar to the API reference snippets.
Why would it be useful?
When writing getting started guides it is sometimes helpful to have multi-language examples.
Describe the solution (optional)
Consider adding either a
language
param, or perhaps allow the endpoint to output tabbed snippets, in the same format as the API reference.<EndpointRequestSnippet endpoint='POST /plants' language='python'/>
or
<EndpointRequestSnippet endpoint='POST /plants' tabbed='true'/>