|
1 |
| -[](https://www.speakeasy.com) |
2 |
| - |
3 |
| -# [github.com/speakeasy-api/openapi](https://github.com/speakeasy-api/openapi) |
4 |
| - |
5 |
| -[](http://godoc.org/github.com/speakeasy-api/openapi) |
6 |
| -[](https://github.com/speakeasy-api/openapi/actions/workflows/test.yaml) |
7 |
| -[](https://goreportcard.com/report/github.com/speakeasy-api/openapi) |
8 |
| -[](https://opensource.org/licenses/MIT) |
9 |
| - |
10 |
| -The Speakeasy OpenAPI module provides a set of packages and tools for working with OpenAPI Specification documents. |
11 |
| - |
12 |
| -Used directly in Speakeasy's products it powers our [SDK Generator](https://www.speakeasy.com/docs/create-client-sdks) and [Contract Testing](https://www.speakeasy.com/docs/testing) tools. |
13 |
| - |
14 |
| -Documentation for the packages can be found in the [GoDoc documentation.](https://pkg.go.dev/github.com/speakeasy-api/openapi) |
| 1 | +<p align="center"> |
| 2 | + <p align="center"> |
| 3 | + <img width="200px" alt="OpenAPI" src="https://github.com/user-attachments/assets/555a0899-5719-42ee-b4b1-ece8d1d812ea"> |
| 4 | + </p> |
| 5 | + <h1 align="center"><b>OpenAPI</b></h1> |
| 6 | + <p align="center">A set of packages and tools for working with <a href="https://www.speakeasy.com/openapi">OpenAPI Specification documents</a>. <br /> Used directly in Speakeasy's product to power our <a href="https://www.speakeasy.com/docs/create-client-sdks">SDK Generator</a> and <a href="https://www.speakeasy.com/docs/testing">Contract Testing</a> tools. |
| 7 | + |
| 8 | +</p> |
| 9 | + <p align="center"> |
| 10 | + <a href="https://speakeasy.com/"><img src="https://custom-icon-badges.demolab.com/badge/-Built%20By%20Speakeasy-212015?style=for-the-badge&logoColor=FBE331&logo=speakeasy&labelColor=545454" /></a> |
| 11 | + <a href="https://github.com/speakeasy-api/openapi/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/speakeasy-api/openapi.svg?style=for-the-badge"></a> |
| 12 | + <a href="https://pkg.go.dev/github.com/speakeasy-api/openapi?tab=doc"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge"></a> |
| 13 | + <br /> |
| 14 | + <a href="https://github.com/speakeasy-api/openapi/actions/workflows/test.yaml"><img alt="GitHub Action: Test" src="https://img.shields.io/github/actions/workflow/status/speakeasy-api/openapi/test.yaml?style=for-the-badge"></a> |
| 15 | + <a href="https://goreportcard.com/report/github.com/speakeasy-api/openapi"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/speakeasy-api/openapi?style=for-the-badge"></a> |
| 16 | + <a href="/LICENSE"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge"></a> |
| 17 | + </p> |
| 18 | +</p> |
15 | 19 |
|
16 | 20 | ## Main Packages
|
17 | 21 |
|
|
0 commit comments