An open API service for producing an overview of a list of open source projects.

https://github.com/microsoft/kiota-http-go

go golang http kiota openapi sdk-go

Score: 22.351585501036134

Last synced: about 4 hours ago
JSON representation

Repository metadata:

Kiota http provider implementation for Go with net http


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 301
Total Committers: 24
Avg Commits per committer: 12.542
Development Distribution Score (DDS): 0.648

Commits in past year: 31
Committers in past year: 8
Avg Commits per committer in past year: 3.875
Development Distribution Score (DDS) in past year: 0.484

Name Email Commits
dependabot[bot] 4****] 106
Vincent Biret v****t@m****m 99
rkodev 4****v 34
Andreas Büchele a****s@b****g 8
Alan Xu x****y@g****m 5
Microsoft Open Source m****e 5
release-please[bot] 5****] 5
Yangjing Zhang z****g@g****m 4
Abin Simon m****l@m****o 3
Adrian c****b@m****m 3
Andrew Omondi a****i@m****m 3
Jeremia Noebel j****l@n****v 3
Kevin Boonstra 2****7 3
copilot-swe-agent[bot] 1****t 3
Ashlie Martinez a****z@a****i 3
Ohad Abarbanel o****a@t****o 3
melgendyjc 9****c 2
release-please-token-provider[bot] 2****] 2
steve s****e@t****m 2
Faith Kangai f****1 1
Ilya Priven 1****t 1
Jakub Senko m****@j****t 1
microsoft-github-operations[bot] 5****] 1
ramsessanchez 6****z 1

Issue and Pull Request metadata

Last synced: 14 days ago

Total issues: 21
Total pull requests: 157
Average time to close issues: about 1 month
Average time to close pull requests: 3 days
Total issue authors: 12
Total pull request authors: 20
Average comments per issue: 2.71
Average comments per pull request: 0.83
Merged pull request: 130
Bot issues: 0
Bot pull requests: 83

Past year issues: 2
Past year pull requests: 24
Past year average time to close issues: 1 day
Past year average time to close pull requests: about 9 hours
Past year issue authors: 2
Past year pull request authors: 6
Past year average comments per issue: 4.0
Past year average comments per pull request: 1.13
Past year merged pull request: 19
Past year bot issues: 0
Past year bot pull requests: 18

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/microsoft/kiota-http-go

Top Issue Authors

  • baywet (7)
  • meain (3)
  • rkodev (2)
  • melgendyjc (1)
  • michaeldcanady (1)
  • ningshanli (1)
  • ikonst (1)
  • jsenko (1)
  • andreaTP (1)
  • ashmrtn (1)
  • steveruckdashel (1)
  • ritu-rubrik (1)

Top Pull Request Authors

  • dependabot[bot] (78)
  • baywet (34)
  • rkodev (21)
  • release-please[bot] (3)
  • meain (2)
  • ashmrtn (2)
  • release-please-token-provider[bot] (2)
  • zhangyangjing (2)
  • XdpCs (2)
  • melgendyjc (1)
  • steveruckdashel (1)
  • MIchaelMainer (1)
  • ohad83 (1)
  • Strazz1337 (1)
  • Haimantika (1)

Top Issue Labels

  • bug (8)
  • WIP (5)
  • help wanted (4)
  • Needs: Attention :wave: (3)
  • type:bug (3)
  • enhancement (3)
  • priority:p2 (2)
  • status:waiting-for-author-feedback (2)
  • type:question (2)
  • question (1)
  • Status: No Recent Activity (1)

Top Pull Request Labels

  • dependencies (78)
  • go (58)
  • github_actions (20)
  • autorelease: pending (3)
  • autorelease: tagged (2)
  • conflicting (1)

Package metadata

proxy.golang.org: github.com/microsoft/kiota-http-go

Package nethttplibrary implements the Kiota abstractions with net/http to execute the requests. It also provides a middleware infrastructure with some default middleware handlers like the retry handler and the redirect handler.

proxy.golang.org: github.com/Microsoft/kiota-http-go

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/Microsoft/kiota-http-go#section-documentation
  • Licenses: mit
  • Latest release: v1.5.6 (published 25 days ago)
  • Last Synced: 2026-05-16T07:01:12.902Z (3 days ago)
  • Versions: 53
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 4.469%
    • Stargazers count: 6.86%
    • Average: 6.919%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%

Dependencies

.github/workflows/auto-merge-dependabot.yml actions
  • dependabot/fetch-metadata v1.3.6 composite
.github/workflows/codeql-analysis.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/conflicting-pr-label.yml actions
  • eps1lon/actions-label-merge-conflict releases/2.x composite
.github/workflows/create-release.yml actions
  • actions/checkout v3 composite
  • anton-yurchenko/git-release v5.0 composite
.github/workflows/go.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
.github/workflows/sonarcloud.yml actions
  • SonarSource/sonarcloud-github-action master composite
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/vscode/devcontainers/go 0-${VARIANT} build
go.mod go
  • github.com/cjlapao/common-go v0.0.37
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-logr/logr v1.2.3
  • github.com/go-logr/stdr v1.2.2
  • github.com/google/uuid v1.3.0
  • github.com/kr/text v0.2.0
  • github.com/microsoft/kiota-abstractions-go v0.17.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.8.1
  • github.com/yosida95/uritemplate/v3 v3.0.2
  • go.opentelemetry.io/otel v1.13.0
  • go.opentelemetry.io/otel/trace v1.13.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/cjlapao/common-go v0.0.37
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-logr/logr v1.2.2
  • github.com/go-logr/logr v1.2.3
  • github.com/go-logr/stdr v1.2.2
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/kr/pretty v0.1.0
  • github.com/kr/text v0.2.0
  • github.com/microsoft/kiota-abstractions-go v0.17.0
  • 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.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/stretchr/testify v1.8.1
  • github.com/yosida95/uritemplate/v3 v3.0.2
  • go.opentelemetry.io/otel v1.13.0
  • go.opentelemetry.io/otel/trace v1.13.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1