Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
favclip
/
ucon
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
78
Code
Issues
2
Pull requests
3
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 22, 2020
fix wrong test & use reflect.IsNil instead of reflect.IsZero for Go 1.11
vvakame
committed
4ab9470
Copy full SHA for 4ab9470
port support *bool like pointer filling in SetValueFromString to v3
vvakame
committed
834bca7
Copy full SHA for 834bca7
Merge pull request #38 from favclip/fix-ptr-refs
Show description for 30b5f9c
vvakame
authored
30b5f9c
Copy full SHA for 30b5f9c
support *bool like pointer filling in SetValueFromString
vvakame
committed
06738af
Copy full SHA for 06738af
Commits on Apr 8, 2020
Merge pull request #37 from favclip/feat-update-deps
Show description for 5f4a59c
vvakame
authored
5f4a59c
Copy full SHA for 5f4a59c
update dependencies
vvakame
committed
c053a0e
Copy full SHA for c053a0e
Merge pull request #36 from soundTricker/ignore-path-in-swagger-plugin
Show description for 3fa6288
vvakame
authored
3fa6288
Copy full SHA for 3fa6288
Commits on Mar 16, 2020
Merge pull request #35 from soundTricker/fix-additional-properties-type
Show description for 976269c
vvakame
authored
976269c
Copy full SHA for 976269c
Commits on Mar 2, 2020
add ignore path option to swagger plugin
soundTricker
committed
d42b7cc
Copy full SHA for d42b7cc
Commits on Feb 20, 2020
AdditionalProperties should be *Schema
soundTricker
committed
44e6d10
Copy full SHA for 44e6d10
Commits on Dec 6, 2019
Merge pull request #33 from favclip/feat-gomod
Show description for 2c44642
vvakame
authored
2c44642
Copy full SHA for 2c44642
convert project structure to Go Modules requirements
vvakame
committed
b592560
Copy full SHA for b592560
Commits on May 7, 2019
Merge pull request #32 from favclip/fix-shortage
Show description for a178877
vvakame
authored
a178877
Copy full SHA for a178877
fix(ucon): check rv.IsValid() first on RequestValidator
vvakame
committed
173b03d
Copy full SHA for 173b03d
Commits on May 2, 2019
Merge pull request #31 from favclip/feat-support-form
Show description for f7a2801
vvakame
authored
f7a2801
Copy full SHA for f7a2801
feat(ucon): support application/x-www-form-urlencoded request
vvakame
committed
bb0053e
Copy full SHA for bb0053e
Commits on Apr 19, 2019
Merge pull request #30 from favclip/feat-bad-request
Show description for 17ac5db
vvakame
authored
17ac5db
Copy full SHA for 17ac5db
feat(ucon): fix error type similar to bad request
vvakame
committed
b9ca357
Copy full SHA for b9ca357
Commits on Apr 13, 2019
Merge pull request #29 from favclip/fix-consume-body
Show description for 9bfb742
vvakame
authored
9bfb742
Copy full SHA for 9bfb742
chore(sample): update jwg version
vvakame
committed
75e790b
Copy full SHA for 75e790b
fix(ucon): don't consume request body when Content-Type is not application/json
vvakame
committed
25436b7
Copy full SHA for 25436b7
Commits on Dec 27, 2018
add go.mod & go.sum
vvakame
committed
ec80ec1
Copy full SHA for ec80ec1
Merge pull request #26 from asada0701/sort-request-parameters
Show description for 06d4ff1
vvakame
authored
06d4ff1
Copy full SHA for 06d4ff1
Commits on Dec 25, 2018
feat(swagger):sort request parameters
asada0701
committed
5d7e2b2
Copy full SHA for 5d7e2b2
Commits on Sep 12, 2018
Merge branch 'feat-swagger-customreq'
vvakame
committed
b853f6d
Copy full SHA for b853f6d
test(swagger): add example that skip validating specified types refs #25
vvakame
committed
5e02efa
Copy full SHA for 5e02efa
Commits on Aug 28, 2018
Merge branch 'soundTricker-add-validator-property'
vvakame
committed
2258b14
Copy full SHA for 2258b14
docs(swagger): write godoc
vvakame
committed
e88c6bf
Copy full SHA for e88c6bf
refactor(swagger): use golidator's default regexp validator
vvakame
committed
78a9456
Copy full SHA for 78a9456
chore(swagger): organize import
vvakame
committed
e43af57
Copy full SHA for e43af57
Merge branch 'add-validator-property' of https://github.com/soundTricker/ucon into soundTricker-add-validator-property
vvakame
committed
8edb58c
Copy full SHA for 8edb58c
Commits on Aug 25, 2018
feat(swagger): add format property
soundTricker
committed
7e35265
Copy full SHA for 7e35265
Commits on Aug 24, 2018
Merge pull request #23 from soundTricker/add-required-property
Show description for d74be2c
vvakame
authored
d74be2c
Copy full SHA for d74be2c
feat(swagger): support adding required properties to schema object
soundTricker
committed
2cc1065
Copy full SHA for 2cc1065
Commits on Mar 1, 2018
feat(swagger): don't required body with GET/DELETE method
vvakame
committed
07a780f
Copy full SHA for 07a780f
Pagination
Previous
Next
You can’t perform that action at this time.