Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
/ optic-go Public archive

Utilities for API generation using Optic in Go

Notifications You must be signed in to change notification settings

ViRb3/optic-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optic-go

Utilities for API generation using Optic in Go

Introduction

optic-go allows you to create an OpenAPI spec from any API server via simple definitions similar to test cases. This library works by making Optic send its requests to a local proxy which allows you to modify the requests at much lower level than you can with Optic by itself. For an example, you can specify exactly what TLS cipher suites to use.

Additionally, optic-go provides you with a OpenAPI spec formatter, which takes a Optic-generated spec file and outputs a properly annotated OpenAPI spec ready for use with code generators such as openapi-generator.

Reverse proxy sequence

Examples

About

Utilities for API generation using Optic in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages