An open index of dependabot pull requests across open source projects.

github.com/pb33f/libopenapi

Ecosystem:
go
Package URL:
pkg:golang/github.com/pb33f/libopenapi
Total PRs:
121 Dependabot PRs
Latest PR:
13 days ago
Unique Repositories:
16 repositories
Unique Repos (30 days):
4 repositories
Recent PRs
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
Description:

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
5 months ago
Dependent Repos: 77
Dependent Packages: 41
Ranking: Top 0.6681% by dependent repos Top 0.7442% by dependent pkgs
PR Status
Open 51 (42.1%)
Merged 32 (26.4%)
Closed 26 (21.5%)
PR Types
Minor 65 (53.7%)
Patch 44 (36.4%)