github.com/pb33f/libopenapi
go
pkg:golang/github.com/pb33f/libopenapi
122 Dependabot PRs
9 days ago
16 repositories
2 repositories
Recent PRs (filtered by: Closed , Patch PRs )
chore(deps): bump the dependencies group with 7 updates
k1LoW/runn #1304
chore(deps): bump github.com/pb33f/libopenapi from 0.25.3 to 0.25.9 in /codegen
sumup/sumup-py #66
chore(deps): bump the dependencies group with 11 updates
k1LoW/runn #1258
Bump github.com/pb33f/libopenapi from 0.21.8 to 0.21.12
hashicorp/terraform-plugin-codegen-openapi #251
chore(deps): bump the dependencies group with 5 updates
k1LoW/runn #1250
Bump github.com/pb33f/libopenapi from 0.21.8 to 0.21.11
hashicorp/terraform-plugin-codegen-openapi #247
Bump github.com/pb33f/libopenapi from 0.21.8 to 0.21.10
hashicorp/terraform-plugin-codegen-openapi #246
Package Details
| Name: | github.com/pb33f/libopenapi |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/pb33f/libopenapi |
| JSON API: | View JSON |
Package Information
Package libopenapi is a library containing tools for reading and in and manipulating Swagger (OpenAPI 2) and OpenAPI 3+ specifications into strongly typed documents. These documents have two APIs, a high level (porcelain) and a low level (plumbing). Every single type has a 'GoLow()' method that drops down from the high API to the low API. Once in the low API, the entire original document data is available, including all comments, line and column numbers for keys and values. There are two steps to creating a using Document. First, create a new Document using the NewDocument() method and pass in a specification []byte array that contains the OpenAPI Specification. It doesn't matter if YAML or JSON are used.
| Repository: | https://github.com/pb33f/libopenapi |
| Homepage: | https://github.com/pb33f/libopenapi |
| Latest Release: |
v0.22.3
6 months ago |
| Dependent Repos: | 77 |
| Dependent Packages: | 41 |
| Ranking: | Top 0.6681% by dependent repos Top 0.7442% by dependent pkgs |