المنسقات والكود
OpenAPI → Postman Collection
Postman v2.1 collection from any OpenAPI spec.
ملاحظة المحرر
Understanding · Spec into collection, ready to click.
هذا الفصل المعمّق متاح حاليًا باللغة الإنجليزية فقط. أداة التحويل أعلاه تعمل بلغتك؛ أما المقال التفصيلي الطويل فلم تتم ترجمته بعد.
الأسئلة المتكررة
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.
يبحث الأشخاص أيضًا عن
أدوات ذات صلة
More in this room.
- مدقق OpenAPI / Swaggerتحقق من مواصفات OpenAPI 3 مقابل قواعد المواصفات.
- OpenAPI 3.1 YAML ⇄ JSONحوّل مواصفات OpenAPI بين YAML و JSON.
- OpenAPI → عميل TypeScript Axiosأنشئ عميل Axios مُحدد الأنواع من أي مواصفات OpenAPI.
- OpenAPI → React Query Hooksخطافات useQuery + useMutation مُنشأة تلقائيًا لكل نقطة نهاية.
- GraphQL SDL ⇄ TypeScript Typesتصفح المخطط، وأصدر الواجهات المكتوبة — والعكس صحيح.
- JSON Schema → Zod / Valibot / ArkTypeثلاثة أنواع من مدققات وقت التشغيل من JSON Schema واحد.