Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
jakedahm
/
swagger-tools
Public
forked from
apigee-127/swagger-tools
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
v0.8.0
User selector
All users
All time
Commit history
Commits on Jan 27, 2015
v0.8.0
whitlockjc
committed
75dacc7
View commit details
Copy full SHA for 75dacc7
Browse repository at this point
Follow-up to 618812 (Add support for Swagger 1.2)
whitlockjc
committed
604191e
View commit details
Copy full SHA for 604191e
Browse repository at this point
Commits on Jan 26, 2015
Merge pull request #128 from apigee-127/apikey-security
Show description for 618812c
whitlockjc
committed
618812c
View commit details
Copy full SHA for 618812c
Browse repository at this point
lint sucks
theganyo
committed
28e7434
View commit details
Copy full SHA for 28e7434
Browse repository at this point
support for apiKey security type
theganyo
committed
9da3b42
View commit details
Copy full SHA for 9da3b42
Browse repository at this point
Allow swaggerUi middleware to serve custom swagger-ui resources
Show description for fe53a11
whitlockjc
committed
fe53a11
View commit details
Copy full SHA for fe53a11
Browse repository at this point
Commits on Jan 22, 2015
Minor style change to Middleware documentation
whitlockjc
committed
3e080a5
View commit details
Copy full SHA for 3e080a5
Browse repository at this point
Mock mode supports void responses
Show description for 5c35214
whitlockjc
committed
5c35214
View commit details
Copy full SHA for 5c35214
Browse repository at this point
Convert parameters to their appropriate type
Show description for dab1ecb
whitlockjc
committed
dab1ecb
View commit details
Copy full SHA for dab1ecb
Browse repository at this point
Commits on Jan 20, 2015
Update release notes for recent commits
whitlockjc
committed
164362e
View commit details
Copy full SHA for 164362e
Browse repository at this point
Added unit test for #122
whitlockjc
committed
780146a
View commit details
Copy full SHA for 780146a
Browse repository at this point
Wrap controller calls in try/catch for swagger-router
Show description for 03b9fdf
whitlockjc
committed
03b9fdf
View commit details
Copy full SHA for 03b9fdf
Browse repository at this point
Limit void type identification to responses only
Show description for d86aa70
whitlockjc
committed
d86aa70
View commit details
Copy full SHA for d86aa70
Browse repository at this point
Commits on Jan 16, 2015
Fix an inconsistency with Swagger 2.0 model validation
Show description for cba209e
whitlockjc
committed
cba209e
View commit details
Copy full SHA for cba209e
Browse repository at this point
Handle missing parents during model validation
Show description for 0f844a3
whitlockjc
committed
0f844a3
View commit details
Copy full SHA for 0f844a3
Browse repository at this point
Added test for Issue #120
whitlockjc
committed
7f49e2b
View commit details
Copy full SHA for 7f49e2b
Browse repository at this point
Commits on Jan 14, 2015
Fixed a problem where runtime errors can result from missing references
Show description for b2842fb
whitlockjc
committed
b2842fb
View commit details
Copy full SHA for b2842fb
Browse repository at this point
Commits on Jan 8, 2015
Changed 0.7.5 release to 0.8.0 for breaking change in issue #117
whitlockjc
committed
088ef9f
View commit details
Copy full SHA for 088ef9f
Browse repository at this point
Update 0.7.5 release notes and fix lint issue
whitlockjc
committed
cddb5bd
View commit details
Copy full SHA for cddb5bd
Browse repository at this point
Make swagger-security send errors downstream via `next`
Show description for 3d3a076
whitlockjc
committed
3d3a076
View commit details
Copy full SHA for 3d3a076
Browse repository at this point
Commits on Jan 5, 2015
Merge pull request #113 from bebraw/patch-1
Show description for 0253a51
whitlockjc
committed
0253a51
View commit details
Copy full SHA for 0253a51
Browse repository at this point
Pass missing parameters to `send400`
Show description for 99d6427
bebraw
committed
99d6427
View commit details
Copy full SHA for 99d6427
Browse repository at this point
Commits on Dec 29, 2014
v0.7.4
whitlockjc
committed
c18647b
View commit details
Copy full SHA for c18647b
Browse repository at this point
Preparing for 0.7.4 release
whitlockjc
committed
4518fbb
View commit details
Copy full SHA for 4518fbb
Browse repository at this point
Update response validation to take the default response into account
Show description for 16eddb2
whitlockjc
committed
16eddb2
View commit details
Copy full SHA for 16eddb2
Browse repository at this point
Performance enhancement for swagger-metadata parameter processing
Show description for 7b62873
whitlockjc
committed
7b62873
View commit details
Copy full SHA for 7b62873
Browse repository at this point
Attach the original response body to response validation errors
Show description for d95e177
whitlockjc
committed
d95e177
View commit details
Copy full SHA for d95e177
Browse repository at this point
Updated documentation and example for changes made for issue #70
whitlockjc
committed
bb8a8d8
View commit details
Copy full SHA for bb8a8d8
Browse repository at this point
No longer fail when server does not include body/query parsing middleware
Show description for 5bc0052
whitlockjc
committed
5bc0052
View commit details
Copy full SHA for 5bc0052
Browse repository at this point
Commits on Dec 23, 2014
v0.7.3
whitlockjc
committed
890c559
View commit details
Copy full SHA for 890c559
Browse repository at this point
Preparing for 0.7.3 release
whitlockjc
committed
9580d38
View commit details
Copy full SHA for 9580d38
Browse repository at this point
Refactor to have the list of known Swagger HTTP methods in one place
whitlockjc
committed
32cef1d
View commit details
Copy full SHA for 32cef1d
Browse repository at this point
Fix issue where non-operations are processed as operations
whitlockjc
committed
eaf1507
View commit details
Copy full SHA for eaf1507
Browse repository at this point
Fix bug with local YAML file processing for CLI
whitlockjc
committed
b05e0ab
View commit details
Copy full SHA for b05e0ab
Browse repository at this point
Fix Quick Start documentation
Show description for c278964
whitlockjc
committed
c278964
View commit details
Copy full SHA for c278964
Browse repository at this point
Previous
Next
You can’t perform that action at this time.