Formattatori e Codice
OpenAPI → Collezione Postman
Postman v2.1 collection from any OpenAPI spec.
Nota dell'editore
Understanding · Spec into collection, ready to click.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
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.
Le persone cercano anche
Strumenti correlati
More in this room.
- Validatore OpenAPI / SwaggerValida le specifiche OpenAPI 3 rispetto alle regole della specifica.
- OpenAPI 3.1 YAML ⇄ JSONConverte le specifiche OpenAPI tra YAML e JSON.
- OpenAPI → Client Axios TypeScriptGenera un client Axios tipizzato da qualsiasi specifica OpenAPI.
- OpenAPI → React Query HooksGenerazione automatica di hook useQuery + useMutation per endpoint.
- GraphQL SDL ⇄ Tipi TypeScriptScorri uno schema, emetti interfacce tipizzate — e viceversa.
- JSON Schema → Zod / Valibot / ArkTypeTre varianti di validatori runtime da un unico JSON Schema.