Formatadores e Código
OpenAPI → Coleção Postman
Postman v2.1 collection from any OpenAPI spec.
Nota do editor
Understanding · Spec into collection, ready to click.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
Quick answers.
›Which OpenAPI versions are supported?
The converter supports OpenAPI 3.0 and 3.1, as well as Swagger 2.0 definitions. It output a Postman Collection in the v2.1 schema.
›How are security schemes handled?
Defined security schemes like Bearer tokens or API keys are converted into Postman collection variables. You can then populate these variables within Postman to authenticate your requests.
›Are my API secrets safe?
Yes. The conversion logic runs locally in your browser using JavaScript. No part of your specification is uploaded to our servers or stored anywhere.
›Does it support external file references?
No. The tool currently requires a single, self-contained YAML or JSON file. All `$ref` pointers must be internal to the document provided.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Validador OpenAPI / SwaggerValide as especificações OpenAPI 3 contra as regras de especificação.
- OpenAPI 3.1 YAML ⇄ JSONConverta especificações OpenAPI entre YAML e JSON.
- OpenAPI → Cliente TypeScript AxiosGere um cliente Axios tipado de qualquer especificação OpenAPI.
- OpenAPI → React Query HooksHooks useQuery + useMutation gerados automaticamente por endpoint.
- GraphQL SDL ⇄ Tipos TypeScriptPercorra um esquema, emita interfaces tipadas — e vice-versa.
- JSON Schema → Zod / Valibot / ArkTypeTrês sabores de validadores de tempo de execução de um JSON Schema.