openapi-client-axios VS zod-to-openapi

Compare openapi-client-axios vs zod-to-openapi and see what are their differences.

openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios (by openapistack)

zod-to-openapi

A library that generates OpenAPI (Swagger) docs from Zod schemas (by asteasolutions)
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-client-axios zod-to-openapi
5 3
498 690
2.4% 4.9%
8.3 8.3
2 months ago 28 days ago
TypeScript TypeScript
MIT License MIT License
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-client-axios

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

zod-to-openapi

Posts with mentions or reviews of zod-to-openapi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-25.
  • A library that generates OpenAPI (Swagger) docs from Zod schemas
    1 project | news.ycombinator.com | 26 Oct 2023
  • Show HN: Build type-safe web APIs with JavaScript, instantly
    5 projects | news.ycombinator.com | 25 Oct 2023
    And if you like Zod, you might as well use this: https://github.com/asteasolutions/zod-to-openapi

    It converts Zod types to OpenAPI specification.

  • Show HN: REST Alternative to GraphQL and tRPC
    8 projects | news.ycombinator.com | 10 Oct 2023
    Strong disagree.

    The barrier you presume is that OpenAPI specs are hard to write. Raw oAPI in yaml is indeed a pain, but there are good DSL's out there.

    I personally love Zod->OpenAPI, via https://ts-rest.com which uses https://www.npmjs.com/package/@anatine/zod-openapi. https://github.com/asteasolutions/zod-to-openapi is another alternative for Zod.

    > The big bonus of the human documentation approaches today is that time is somewhat combined with building the client.

    This is wild to me; human documentation is absurdly error-prone and it's almost always and immediately out of date. (Zod or other DSL) -> OpenAPI -> generated docs (and types! and clients! and mocks!) are always going to be better; always accurate, and faster. The upfront cost is slightly higher, but the ROI is _significant_.

    OpenAPI specs lend themselves to excellent docs, ala Mintify or Docusaurus. Even interactive ones, like Swagger UI. The vast majority of API browsers & tooling understands OAPI, so why re-create (an often incomplete) version of the truth when using those tools?

    > Whatever is overall fastest and gets me on to the problems I'm really trying to solve.

    You may start (slightly) faster, but you'll incur significant cost when you move past the "trivial implementation" stage.

    For instance:

What are some alternatives?

When comparing openapi-client-axios and zod-to-openapi you can also consider the following projects:

openapi-typescript-codegen - NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification

openapi-backend - Build, Validate, Route, Authenticate and Mock using OpenAPI

mockoon - Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.

msgpack-javascript - @msgpack/msgpack - MessagePack for JavaScript / msgpack.org[JavaScript/TypeScript/ECMA-262]

retry-axios - 🦖 A super flexible interceptor for Axios that makes it easy to retry requests.

zod - TypeScript-first schema validation with static type inference

fastify-swagger - Swagger documentation generator for Fastify

presupplied

loopback-next - LoopBack makes it easy to build modern API applications that require complex integrations.

FastAPI - Easily create robust, standardized API endpoints using lightning-fast database queries

redoc - 📘 OpenAPI/Swagger-generated API Reference Documentation

api - Instant API: Build type-safe web APIs with JavaScript