Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Oapi-codegen Alternatives
Similar projects and alternatives to oapi-codegen
-
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
kin-openapi
OpenAPI 3.0 (and Swagger v2) implementation for Go (parsing, converting, validation, and more)
-
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
autorest
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
-
go-zero
A cloud-native Go microservices framework with cli tool for productivity.
-
-
-
-
-
-
-
-
-
-
godotenv
A Go port of Ruby's dotenv library (Loads environment variables from .env files)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
oapi-codegen reviews and mentions
-
Golang tech stack
Deepmap oapi-codegen if I'm using OpenAPI
I use https://github.com/deepmap/oapi-codegen to generate the rest client – there is a strict and more relaxed mode.
- Is there a way to generate controller from swagger through build tools?
-
Why not OpenAPITools?
The best generator for go is deepmap/oapi-gen
-
How to OpenAPI?
Have had a ton of success with oapi-codegen. Simple to use, does both server and client, and easily extensible by way of user-supplied templates.
Starting a new project with the specification first is my preference and my tool of choice is oapi-codegen.
-
JSON Schema generator
I’ve been using https://github.com/deepmap/oapi-codegen for this exact purpose as I found it to be the most robust. You need to convert the schemas to OpenAPI specs first though (IIRC there are tools for that) and make sure to use the correct parameters with oapi-codegen. It’s not fantastic, but it does work very well for our use case.
-
Automatic CRUD code generetor?
I use this: https://github.com/deepmap/oapi-codegen . Great code gen from open api spec
-
State of OpenAPI support in Go routing/web frameworks
For me this is the way to go: https://github.com/deepmap/oapi-codegen. With one or multiple specifications you can generate code for models, for clients and for the server. Pretty awesome!!! =)
-
A note from our sponsor - InfluxDB
www.influxdata.com | 20 Mar 2023
Stats
deepmap/oapi-codegen is an open source project licensed under Apache License 2.0 which is an OSI approved license.