github.com/pb33f/libopenapi
go
pkg:golang/github.com/pb33f/libopenapi
122 Dependabot PRs
15 days ago
16 repositories
2 repositories
Recent PRs
chore: Bump github.com/pb33f/libopenapi from 0.21.10 to 0.21.11
mongodb/terraform-provider-mongodbatlas #3323
chore(deps): bump github.com/pb33f/libopenapi from 0.16.13 to 0.21.11
Kong/go-apiops #268
chore(deps): bump github.com/pb33f/libopenapi from 0.21.10 to 0.21.11
golanglib/dependabot_botherer #2825
chore(deps): bump the dependencies group across 1 directory with 4 updates
k1LoW/runn #1249
build(deps): bump github.com/pb33f/libopenapi from 0.21.10 to 0.21.11 in /generator
googleapis/google-cloud-rust #2096
Bump github.com/pb33f/libopenapi from 0.21.8 to 0.21.11
hashicorp/terraform-plugin-codegen-openapi #247
chore(deps): Bump github.com/pb33f/libopenapi from 0.21.10 to 0.21.11
metio/terraform-provider-k8s #280
Bump github.com/pb33f/libopenapi from 0.21.10 to 0.21.11
pb33f/libopenapi-validator #149
Bump github.com/pb33f/libopenapi from 0.21.8 to 0.21.10
hashicorp/terraform-plugin-codegen-openapi #246
chore(deps): bump github.com/pb33f/libopenapi from 0.16.13 to 0.21.10
Kong/go-apiops #265
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 |