hoverfly VS http-spec

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

hoverfly

Lightweight service virtualization/ API simulation / API mocking tool for developers and testers (by SpectoLabs)

http-spec

Utilities to normalize OpenAPI v2 and v3 objects for the Stoplight ecosystem. (by stoplightio)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
hoverfly http-spec
4 18
2,306 19
0.6% -
8.8 6.6
6 days ago about 2 months ago
Go TypeScript
Apache License 2.0 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.

hoverfly

Posts with mentions or reviews of hoverfly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.

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 hoverfly and http-spec you can also consider the following projects:

httpmock - HTTP mocking for Golang

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

gomock - GoMock is a mocking framework for the Go programming language.

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

mockery - A mock code autogenerator for Go

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

gock - HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

oatx - Generator-less JSONSchema types straight from OpenAPI spec

mockit - Library that make mocking of Go functions/methods easy

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

govcr - HTTP mock for Golang: record and replay HTTP/HTTPS interactions for offline testing

vercel - Develop. Preview. Ship.