openapi2proto
API to protobuf converter
Converts OpenAPI specifications to Protobuf v3 schemas and gRPC service definitions
A tool for generating Protobuf v3 schemas and gRPC service definitions from OpenAPI specifications
964 stars
50 watching
98 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pe-st/apidocs | Demonstrates how to generate API documentation with OpenAPI using different approaches | 7 |
openapitools/openapi-generator-cli | Automates code generation for API clients and servers from OpenAPI specifications | 1,454 |
hey-api/openapi-ts | A tool for generating clients and SDKs from OpenAPI specifications in TypeScript. | 1,359 |
marcoferrer/kroto-plus | Generates code for gRPC-based services with Kotlin Coroutines and Protobuf DSL | 493 |
apisyouwonthate/openapi.tools | Tools and utilities for designing, validating, and working with OpenAPI specifications | 695 |
izumin5210/grapi | A framework for building gRPC and Go microservices with automatic code generation | 427 |
jeandormehl/openapi-gen | Generates OpenApi specifications from a configuration file | 6 |
sap/openapi-specification | Standardized way to describe HTTP APIs at SAP | 8 |
openapi-generators/openapi-python-client | Automatically generates Python client libraries from OpenAPI 3.0 and 3.1 documents | 1,347 |
conekta/openapi | An OpenAPI specification for an e-commerce payment gateway API | 1 |
wei18/github-rest-api-swift-openapi | Automated code generator for GitHub's REST API in Swift | 14 |
productsupcom/protoc-gen-proto2asciidoc | A tool that generates API documentation from Protobuf IDL files. | 6 |
json-to-proto/json-to-proto.github.io | Online tool to convert JSON files to Protocol Buffers in real-time. | 262 |
tmc/protoc-gen-apidocs | Generates markdown documentation from Protobuf descriptors | 29 |
jhump/goprotoc | Makes it easy to work with Protocol Buffers in Go by providing tools and libraries for generating code, implementing plugins, and running the protocol buffer compiler. | 85 |