Formatowanie i Kodowanie
OpenAPI → Kolekcja Postman
Postman v2.1 collection from any OpenAPI spec.
Notka redakcyjna
Understanding · Spec into collection, ready to click.
Ten szczegółowy rozdział jest obecnie dostępny tylko w języku angielskim. Narzędzie konwersji powyżej działa w Twoim języku; długi artykuł objaśniający nie został jeszcze przetłumaczony.
Często zadawane pytania
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.
Ludzie wyszukują również
Powiązane narzędzia
More in this room.
- Walidator OpenAPI / SwaggerWaliduj specyfikacje OpenAPI 3 pod kątem reguł specyfikacji.
- OpenAPI 3.1 YAML ⇄ JSONKonwertuj specyfikacje OpenAPI między YAML a JSON.
- OpenAPI → Klient TypeScript AxiosGeneruj typowany klient Axios z dowolnej specyfikacji OpenAPI.
- OpenAPI → Hooki React QueryAutomatycznie generowane hooki useQuery + useMutation dla każdego endpointu.
- GraphQL SDL ⇄ Typy TypeScriptPrzeglądaj schemat, emituj typowane interfejsy — i z powrotem.
- JSON Schema → Zod / Valibot / ArkTypeTrzy warianty walidatora runtime z jednego JSON Schema.