https://github.com/getkin/kin-openapi

api documentation golang hacktoberfest openapi openapi2 openapi3 swagger

Last synced: about 1 month ago

Repository metadata:

OpenAPI 3.0 (and Swagger v2) implementation for Go (parsing, converting, validation, and more)


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 555
Total Committers: 209
Avg Commits per committer: 2.656
Development Distribution Score (DDS): 0.641

Commits in past year: 98
Committers in past year: 44
Avg Commits per committer in past year: 2.227
Development Distribution Score (DDS) in past year: 0.622

Name Email Commits
Pierre Fenoll p****l@g****m 199
jban332 j****2@g****m 28
percivalalb a****r@g****m 9
Oleksandr Redko O****o@e****m 9
FrancisLennon17 F****7@g****m 6
Piotr Pietrzak p****r 6
danicc097 7****7 6
slessard s****d 6
Daniel G. Taylor d****r@g****m 5
Toly a****v@b****m 5
kwry j****b@g****m 5
ShouheiNishi 9****i 5
James Liu d****y 5
Nikolay Stupak n****k@g****m 4
Reuven Harrison r****n@g****m 4
Reuven Harrison rh@t****m 4
Stepan I m****t@g****m 4
Vasiliy Tsybenko V****X@g****m 4
rikkkky 4****y 4
orensolo 4****o 4
Tim Schaub t****b 4
Katsumi Kato k****i 4
Derek Strickland 1****d 4
K Zhang k****g@g****m 3
radwaretaltr 1****r 3
mromaszewicz m****z 3
Ori Shalom o****m 3
Yarne Decuyper y****e@d****o 2
hottestseason h****n@g****m 2
psun r****a@g****m 2
and 179 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

go: github.com/getkin/kin-openapi

  • Homepage: https://github.com/getkin/kin-openapi
  • Documentation: https://pkg.go.dev/github.com/getkin/kin-openapi#section-documentation
  • Licenses: MIT
  • Latest release: v0.124.0 (published 9 months ago)
  • Last Synced: 2024-11-11T01:17:02.693Z (about 1 month ago)
  • Versions: 132
  • Dependent Packages: 2,630
  • Dependent Repositories: 18,476
  • Docker Downloads: 4,663,598,080
  • Rankings:
    • Dependent repos count: 0.051%
    • Docker downloads count: 0.058%
    • Dependent packages count: 0.089%
    • Average: 0.661%
    • Stargazers count: 1.544%
    • Forks count: 1.563%

Dependencies

.github/workflows/codeql.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/go.yml actions
  • actions/cache v3 composite
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
  • actions/setup-go v3 composite
.github/workflows/shellcheck.yml actions
  • actions/checkout v2 composite
  • ludeeus/action-shellcheck 1.1.0 composite
go.mod go
  • github.com/go-openapi/jsonpointer v0.19.5
  • github.com/gorilla/mux v1.8.0
  • github.com/invopop/yaml v0.1.0
  • github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
  • github.com/perimeterx/marshmallow v1.1.4
  • github.com/stretchr/testify v1.8.1
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-openapi/jsonpointer v0.19.5
  • github.com/go-openapi/swag v0.19.5
  • github.com/go-test/deep v1.0.8
  • github.com/gorilla/mux v1.8.0
  • github.com/invopop/yaml v0.1.0
  • github.com/josharian/intern v1.0.0
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63
  • github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
  • github.com/mailru/easyjson v0.7.7
  • github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
  • github.com/perimeterx/marshmallow v1.1.4
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/objx v0.5.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/stretchr/testify v1.8.1
  • github.com/ugorji/go v1.2.7
  • github.com/ugorji/go/codec v1.2.7
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.2
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.0
  • gopkg.in/yaml.v3 v3.0.1