openapi-mock
OpenAPI mock server with random data generation (by muonsoft)
gnostic
A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks. (by google)
openapi-mock | gnostic | |
---|---|---|
2 | 1 | |
505 | 2,194 | |
0.2% | 0.2% | |
0.0 | 4.4 | |
about 1 year ago | about 1 year ago | |
Go | Go | |
MIT License | 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.
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-mock
Posts with mentions or reviews of openapi-mock.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-25.
-
How to Automatically Consume RESTful APIs in Your Frontend
Since the OpenAPI can effectively describe our resources, we can reuse it to generate a dummy server that can be later used for development and testing purposes without bootstrapping any actual services. There some tools available that can help us with this task, such as Prism, OpenAPI Mock, OpenAPI Backend and the MSW library we have already seen.
- Eskimo is a supercharged mocking server for developers and testers, that aims to abstract the complexities of coding a mock server into simple JSON configurations.
gnostic
Posts with mentions or reviews of gnostic.
We have used some of these posts to build our list of alternatives
and similar projects.
-
gRPC gateway vs oapi-codegen etc.
The tool for generating OpenAPI docs from a proto definition is gnostic (https://github.com/google/gnostic). But see the comments in this issue about conversion the other way (from OpenAPI to proto): https://github.com/google/gnostic/issues/162
What are some alternatives?
When comparing openapi-mock and gnostic you can also consider the following projects:
typed-openapi - Generate a headless Typescript API client from an OpenAPI spec - optionally with a @tanstack/react-query client using queryOptions
openapi-generator-go - An opinionated OpenAPI v3 code generator for Go. Use this to generate API models and router scaffolding.
swagmock - Mock data generator for swagger api
openapi-preprocessor - An authoring tool for OpenAPI specifications
eskimo - Eski is an undemanding mock server for developers and testers, that aims to abstract the complexities of coding a mock server into simple JSON configurations. [Moved to: https://github.com/kappasquare/eski]
openapi-go - OpenAPI structures for Go