awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
B

BigstickCarpet/swagger-parser

0
View on GitHub↗
0 stars·0 forks·3 vues

Swagger Parser

Parses Swagger specs in JSON or YAML format - Validates against the Swagger 2.0 schema or OpenAPI 3.0 Schema - Resolves all $ref pointers, including external files and URLs - Can bundle all your Swagger files into a single file that only has internal $ref pointers - Can dereference all $ref…

Features

  • API Specification Tools - Parses and validates API definitions in Node and browsers.

Historique des stars

Graphique de l'historique des stars pour bigstickcarpet/swagger-parserGraphique de l'historique des stars pour bigstickcarpet/swagger-parser

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait bigstickcarpet/swagger-parser ?

Parses Swagger specs in JSON or YAML format - Validates against the Swagger 2.0 schema or OpenAPI 3.0 Schema - Resolves all $ref pointers, including external files and URLs - Can bundle all your Swagger files into a single file that only has internal $ref pointers - Can dereference all $ref…

Quelles sont les fonctionnalités principales de bigstickcarpet/swagger-parser ?

Les fonctionnalités principales de bigstickcarpet/swagger-parser sont : API Specification Tools.

Quelles sont les alternatives open-source à bigstickcarpet/swagger-parser ?

Les alternatives open-source à bigstickcarpet/swagger-parser incluent : mulesoft/api-designer — This project provides a web-based integrated development environment for defining, documenting, and simulating… apiaryio/api-blueprint — api-blueprint is a markdown-based API design language and specification standard used to define the structure,… apiaryio/dredd — Dredd is an HTTP API contract testing tool and specification validator. It functions as an automated test runner that… ig-group/swagger-search — Swagger Search is an application that aggregates the Swagger/OpenAPI documentation of your microservice architecture… subeeshcbabu/swagvali — A module to build validators for Swagger(OpenApi) Request parameters and Response objects. andrewwalsh/openapi-devtools — openapi-devtools is a browser extension and OpenAPI specification generator that captures network traffic to…

Alternatives open source à Swagger Parser

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Swagger Parser.
  • mulesoft/api-designerAvatar de mulesoft

    mulesoft/api-designer

    1,069Voir sur GitHub↗

    This project provides a web-based integrated development environment for defining, documenting, and simulating software interface specifications. It serves as a browser-based modeling tool that enables teams to create structured API contracts using the RAML modeling language. The environment distinguishes itself through its modular design, which allows the modeling interface to be embedded directly into existing web applications and developer portals. It supports a plugin architecture that enables the integration of custom persistence layers and metadata handlers, allowing teams to attach pro

    JavaScriptramlraml-designraml-tooling
    Voir sur GitHub↗1,069
  • apiaryio/dreddAvatar de apiaryio

    apiaryio/dredd

    4,224Voir sur GitHub↗

    Dredd is an HTTP API contract testing tool and specification validator. It functions as an automated test runner that verifies whether a live backend server's behavior adheres to a formal API specification document. The system performs language-agnostic API testing by transforming specification definitions into HTTP requests and matching the resulting responses against the defined JSON schemas. This process ensures that the server implementation remains compliant with the design contract regardless of the programming language used to build the backend. The tool manages the test lifecycle thr

    JavaScript
    Voir sur GitHub↗4,224
  • apiaryio/api-blueprintAvatar de apiaryio

    apiaryio/api-blueprint

    8,648Voir sur GitHub↗

    api-blueprint is a markdown-based API design language and specification standard used to define the structure, behavior, and data schemas of HTTP web services. It provides a formal method for mapping HTTP methods to resources and defining payload validation rules through a machine-readable syntax. The project functions as a blueprint for creating interactive technical documentation and functional mock servers. These tools transform design specifications into human-readable guides and simulated backend environments to enable integration testing before implementation. The language covers API m

    Voir sur GitHub↗8,648
  • andrewwalsh/openapi-devtoolsAvatar de AndrewWalsh

    AndrewWalsh/openapi-devtools

    4,295Voir sur GitHub↗

    openapi-devtools is a browser extension and OpenAPI specification generator that captures network traffic to automatically document the API structures of websites and applications. It functions as an HTTP traffic capturer and browser-based documentation tool, mapping real-time network requests into standardized API specifications. The tool enables API reverse engineering by intercepting outbound HTTP traffic and using heuristic-based merging to combine headers, bodies, and parameters from multiple requests into unified endpoint definitions. These captured definitions can be visualized as huma

    TypeScript
    Voir sur GitHub↗4,295
  • Voir les 12 alternatives à Swagger Parser→