Skip to content

Rust codegen module for swagger-codegen version 3. Targeting to support OpenApi 3

Notifications You must be signed in to change notification settings

inferrna/rust-swagger-codegen_v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swagger v3.0 Codegen for the rust library

Overview

This is a boiler-plate project to generate your own client library with Swagger. Its goal is to get you started with the basic plumbing so you can put in your own logic. It won't work without your changes applied.

What's Swagger?

The goal of Swagger™ is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, Swagger removes the guesswork in calling the service.

Check out OpenAPI-Spec for additional information about the Swagger project, including additional libraries with support for other languages and more.

How do I use this?

Use it as generated module as described here https://github.com/swagger-api/swagger-codegen/tree/3.0.0#making-your-own-codegen-modules

Now it's on very early stage. Tested only on https://github.com/TinkoffCreditSystems/invest-openapi/blob/master/src/docs/swagger-ui/swagger.yaml

Additional features

type: string
format: float

About

Rust codegen module for swagger-codegen version 3. Targeting to support OpenApi 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published