openapi-directory VS http-spec

Compare openapi-directory vs http-spec and see what are their differences.

openapi-directory

🌐 Wikipedia for Web APIs. Directory of REST API definitions in OpenAPI 2.0/3.x format (by APIs-guru)

http-spec

Utilities to normalize OpenAPI v2 and v3 objects for the Stoplight ecosystem. (by stoplightio)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
openapi-directory http-spec
11 18
3,664 19
1.0% -
9.2 6.1
2 days ago 2 days ago
TypeScript
Creative Commons Zero v1.0 Universal Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

openapi-directory

Posts with mentions or reviews of openapi-directory. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-07.

http-spec

Posts with mentions or reviews of http-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • The most effective Schema-Driven Development using OpenAPI for Logistic Engineer
    2 projects | dev.to | 9 Dec 2023
  • Spotlight: Sentry for Development
    3 projects | news.ycombinator.com | 6 Dec 2023
  • Testing an OpenAPI specification in PHP
    4 projects | dev.to | 29 Nov 2023
    However, we do not need to write the specification by hand, as there are GUI editors to perform that task. We show a couple of examples of Spotlight, which provides an easy-to-use interface:
  • Rapid Prototyping of Design-First APIs in Go
    3 projects | dev.to | 20 Aug 2023
    We use Stoplight Studio https://stoplight.io/ to design APIs, one of the advantages of Stoplight Studio is the Visual interface, it generates OpenAPI specs from the design and supports OpenAPI v3, allowing users to create, edit, and view API designs using the OpenAPI standard.
  • OpenAPI v4 Proposal
    24 projects | news.ycombinator.com | 31 May 2023
    I'm sorry, but you have completely misunderstood the purpose of Open API.

    It is not a specification to define your business logic classes and objects -- either client or server side. Its goal is to define the interface of an API, and to provide a single source of truth that requests and responses can be validated against. It contains everything you need to know to make requests to an API; code generation is nice to have (and I use it myself, but mainly on the server side, for routing and validation), but not something required or expected from OpenAPI

    For what it's worth, my personal preferred workflow to build an API is as follows:

    1. Build the OpenAPI spec first. A smaller spec could easily be done by hand, but I prefer using a design tool like Stoplight [0]; it has the best Web-based OpenAPI (and JSON Schema) editor I have encountered, and integrates with git nearly flawlessly.

    2. Use an automated tool to generate the API code implementation. Again, a static generation tool such as datamodel-code-generator [1] (which generates Pydantic models) would suffice, but for Python I prefer the dynamic request routing and validation provided by pyapi-server [2].

    3. Finally, I use automated testing tools such as schemathesis [3] to test the implementation against the specification.

    [0] https://stoplight.io/

    [1] https://koxudaxi.github.io/datamodel-code-generator/

    [2] https://pyapi-server.readthedocs.io

    [3] https://schemathesis.readthedocs.io

  • Swagger Hub alternatives
    3 projects | /r/microservices | 24 Mar 2023
  • Examples of API Governance?
    1 project | /r/softwarearchitecture | 19 Mar 2023
    One of the best tools out there for API design and governance https://stoplight.io/ you can also use the open source tool (also from Stoplight) called Spectral https://stoplight.io/open-source/spectral
  • Review: 10 Top API Mock Tools
    2 projects | dev.to | 27 Dec 2022
    Stoplight is a platform for designing, documenting, and testing APIs. Its "Mocks" feature allows you to create mock versions of your API for testing and development purposes. In addition to the mock feature, Stoplight also includes tools for API design, documentation, and testing, making it a comprehensive platform for API development.
  • 💰 My Frugal Indie Dev Startup Stack
    7 projects | dev.to | 6 Dec 2022
    Stoplight
  • API Product Managers vs. API Developers
    7 projects | dev.to | 1 Dec 2022
    JSON visualizer JSON validator YAML validator Collaborative Design & Documentation for APIs

What are some alternatives?

When comparing openapi-directory and http-spec you can also consider the following projects:

postman-contract-test-generator - Postman collection and environment that will take an Open API Spec, validate component adherence, generate contract tests, and execute them.

fern - 🌿 Stripe-level SDKs and Docs for your API

atoz - Amazon Web Services (AWS) APIs in Nim

postcat - Postcat 是一个可扩展的 API 工具平台。集合基础的 API 管理和测试功能,并且可以通过插件简化你的 API 开发工作,让你可以更快更好地创建 API。An extensible API tool.

SpaceX-API - :rocket: Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.

OneSDK - 1️⃣ One Node.js SDK for all the APIs you want to integrate with

prism - Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.

oatx - Generator-less JSONSchema types straight from OpenAPI spec

awesomekql - Microsoft Sentinel, Defender for Endpoint - KQL Detection Packs

hoverfly - Lightweight service virtualization/ API simulation / API mocking tool for developers and testers

openapi-directory-js - Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

rest-api-standards - An open collection of REST API standards documents