openapi-client-generator 0.1.9

Generates a client library based on an OpenAPI spec.
<div id="top"></div>

<p align="center">
<a href="https://github.com/kurtbuilds/openapi-client-generator/graphs/contributors">
    <img src="https://img.shields.io/github/contributors/kurtbuilds/openapi-client-generator.svg?style=flat-square" alt="GitHub Contributors" />
</a>
<a href="https://github.com/kurtbuilds/openapi-client-generator/stargazers">
    <img src="https://img.shields.io/github/stars/kurtbuilds/openapi-client-generator.svg?style=flat-square" alt="Stars" />
</a>
<a href="https://github.com/kurtbuilds/openapi-client-generator/actions">
    <img src="https://img.shields.io/github/workflow/status/kurtbuilds/openapi-client-generator/test?style=flat-square" alt="Build Status" />
</a>
<a href="https://crates.io/crates/openapi-client-generator">
    <img src="https://img.shields.io/crates/d/openapi-client-generator?style=flat-square" alt="Downloads" />
</a>
<a href="https://crates.io/crates/openapi-client-generator">
    <img src="https://img.shields.io/crates/v/openapi-client-generator?style=flat-square" alt="Crates.io" />
</a>

</p>

# Installation

This project can be used as a library or as a command line tool.

To install the command line tool:

    cargo install openapi-client-generator

To see it used as a library, see the various libraries generated by this project.

# Libraries

* [`plaid-openapi`]https://github.com/kurtbuilds/plaid-openapi
* [`openai-openapi`]https://github.com/kurtbuilds/openai-openapi
* [`github-openapi`]https://github.com/kurtbuilds/github-openapi

# Contributing

Contributions are welcome!