Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbdoumenjou/openapi-go
OpenAPI experiments.
https://github.com/jbdoumenjou/openapi-go
golang openapi
Last synced: 7 days ago
JSON representation
OpenAPI experiments.
- Host: GitHub
- URL: https://github.com/jbdoumenjou/openapi-go
- Owner: jbdoumenjou
- License: mit
- Created: 2023-03-20T09:34:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-21T13:31:24.000Z (over 1 year ago)
- Last Synced: 2024-06-20T19:36:32.964Z (5 months ago)
- Topics: golang, openapi
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains experiments on [OpenAPI](https://www.openapis.org/) V3.1.0 Spec.
# Goals
* The first step is to understand the OAS structure and provide all Objects from the 3.1.0 specification.
* Then, playing with (de)serialization and validation/rules.
* Then, providing tool like a test helper to check that all the specified API are effectively tested in a Go project.