github.com/pb33f/libopenapi
go
pkg:golang/github.com/pb33f/libopenapi
122 Dependabot PRs
10 days ago
16 repositories
2 repositories
Recent PRs (filtered by: Open , Patch PRs )
chore(deps): bump the dependencies group with 2 updates
k1LoW/httpstub #144
chore(deps): bump the dependencies group with 2 updates
k1LoW/httpstub #114
chore(deps): Bump github.com/pb33f/libopenapi from 0.25.3 to 0.25.9 in /rover
chore(deps): bump github.com/pb33f/libopenapi from 0.25.3 to 0.25.9 in the dependencies group
k1LoW/httpstub #110
chore(deps): bump github.com/pb33f/libopenapi from 0.25.8 to 0.25.9
golanglib/dependabot_botherer #5143
chore(deps): Bump github.com/pb33f/libopenapi from 0.25.7 to 0.25.9
metio/terraform-provider-k8s #325
chore(deps): Bump github.com/pb33f/libopenapi from 0.25.3 to 0.25.6
metio/terraform-provider-k8s #321
chore(deps): bump github.com/pb33f/libopenapi from 0.25.3 to 0.25.6
golanglib/dependabot_botherer #5062
chore(deps): bump github.com/pb33f/libopenapi from 0.25.3 to 0.25.4
chore(deps): bump github.com/pb33f/libopenapi from 0.25.0 to 0.25.3 in the dependencies group
k1LoW/httpstub #108
chore(deps): bump the dependencies group with 4 updates
k1LoW/runn #1283
chore(deps): Bump github.com/pb33f/libopenapi from 0.25.2 to 0.25.3
metio/terraform-provider-k8s #314
chore(deps): Bump github.com/pb33f/libopenapi from 0.25.0 to 0.25.2
metio/terraform-provider-k8s #312
build(deps): bump github.com/pb33f/libopenapi from 0.22.2 to 0.22.3 in /generator
googleapis/google-cloud-rust #2395
Bump github.com/pb33f/libopenapi from 0.22.2 to 0.22.3
pb33f/libopenapi-validator #162
chore: Bump github.com/pb33f/libopenapi from 0.22.0 to 0.22.2
mongodb/terraform-provider-mongodbatlas #3369
chore(deps): bump github.com/pb33f/libopenapi from 0.22.1 to 0.22.2
golanglib/dependabot_botherer #3041
chore(deps): bump github.com/pb33f/libopenapi from 0.22.0 to 0.22.1
golanglib/dependabot_botherer #3015
chore: Bump github.com/pb33f/libopenapi from 0.21.11 to 0.21.12
mongodb/terraform-provider-mongodbatlas #3339
build(deps): bump github.com/pb33f/libopenapi from 0.21.11 to 0.21.12 in /generator
googleapis/google-cloud-rust #2213
chore(deps): Bump github.com/pb33f/libopenapi from 0.21.10 to 0.21.11
metio/terraform-provider-k8s #280
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 |