json-schema: https://github.com/danielgtaylor/apibin
api brotli cbor conditional-request gzip httpbin json json-schema openapi3 testing yaml
Score: -Infinity
Last synced: about 8 hours ago
JSON representation
Repository metadata:
Example API with modern features
- Host: GitHub
- URL: https://github.com/danielgtaylor/apibin
- Owner: danielgtaylor
- License: mit
- Created: 2022-04-23T19:39:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T17:41:53.000Z (about 2 years ago)
- Last Synced: 2026-01-28T16:52:35.226Z (8 days ago)
- Topics: api, brotli, cbor, conditional-request, gzip, httpbin, json, json-schema, openapi3, testing, yaml
- Language: Go
- Homepage: https://api.rest.sh/
- Size: 1.45 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Daniel G. Taylor
- Login: danielgtaylor
- Email:
- Kind: user
- Description:
- Website:
- Location: Seattle, WA
- Twitter:
- Company: iStreamPlanet
- Icon url: https://avatars.githubusercontent.com/u/106826?v=4
- Repositories: 98
- Last Synced at: 2024-04-14T08:21:08.425Z
- Profile URL: https://github.com/danielgtaylor
GitHub Events
Total
- Watch event: 1
- Total: 1
Last Year
- Total: 0
Committers metadata
Last synced: 1 day ago
Total Commits: 17
Total Committers: 1
Avg Commits per committer: 17.0
Development Distribution Score (DDS): 0.0
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Daniel G. Taylor | d****r@g****m | 17 |
Issue and Pull Request metadata
Last synced: 5 months ago
Total issues: 0
Total pull requests: 5
Average time to close issues: N/A
Average time to close pull requests: 1 minute
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 5
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
Top Pull Request Authors
- danielgtaylor (4)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
proxy.golang.org: github.com/danielgtaylor/apibin
This file is copied from Huma v1 middleware, slightly modified to use v2 for content negotiation.
- Homepage: https://github.com/danielgtaylor/apibin
- Documentation: https://pkg.go.dev/github.com/danielgtaylor/apibin#section-documentation
- Licenses: MIT
- Latest release: v0.0.7 (published about 2 years ago)
- Last Synced: 2026-02-01T20:22:30.628Z (4 days ago)
- Versions: 7
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.574%
- Forks count: 8.969%
- Stargazers count: 8.981%
- Dependent repos count: 9.346%
Dependencies
- github.com/Jeffail/gabs/v2 v2.6.1
- github.com/andybalholm/brotli v1.0.4
- github.com/danielgtaylor/casing v0.0.0-20210126043903-4e55e6373ac3
- github.com/danielgtaylor/huma v1.5.2
- github.com/fatih/color v1.13.0
- github.com/fatih/structs v1.1.0
- github.com/fsnotify/fsnotify v1.5.1
- github.com/fxamacker/cbor/v2 v2.4.0
- github.com/go-chi/chi v4.1.2+incompatible
- github.com/goccy/go-yaml v1.9.5
- github.com/graphql-go/graphql v0.8.0
- github.com/graphql-go/handler v0.2.3
- github.com/hashicorp/hcl v1.0.0
- github.com/inconshreveable/mousetrap v1.0.0
- github.com/klauspost/cpuid/v2 v2.0.9
- github.com/koron-go/gqlcost v0.2.2
- github.com/magiconair/properties v1.8.6
- github.com/mattn/go-colorable v0.1.12
- github.com/mattn/go-isatty v0.0.14
- github.com/mitchellh/mapstructure v1.4.3
- github.com/opentracing/opentracing-go v1.2.0
- github.com/pelletier/go-toml v1.9.4
- github.com/shamaton/msgpack/v2 v2.1.0
- github.com/spf13/afero v1.8.2
- github.com/spf13/cast v1.4.1
- github.com/spf13/cobra v1.4.0
- github.com/spf13/jwalterweatherman v1.1.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.10.1
- github.com/subosito/gotenv v1.2.0
- github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9
- github.com/x448/float16 v0.8.4
- github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
- github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
- github.com/xeipuuv/gojsonschema v1.2.0
- github.com/zeebo/xxh3 v1.0.2
- go.uber.org/atomic v1.9.0
- go.uber.org/multierr v1.8.0
- go.uber.org/zap v1.21.0
- golang.org/x/sys v0.0.0-20220318055525-2edf467146b5
- golang.org/x/text v0.3.7
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- gopkg.in/ini.v1 v1.66.4
- gopkg.in/yaml.v2 v2.4.0
- 800 dependencies
- actions/checkout v3 composite
- docker/build-push-action ad44023a93711e3deb337508980b4b5e9bcdc5dc composite
- docker/login-action f054a8b539a109f9f41c372932f1ae047eff08c9 composite
- docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
- alpine 3.15 build
- golang 1.18-alpine3.15 build