FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · athento/python-openapi-codec · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
athento
/
python-openapi-codec
Public
forked from
core-api/python-openapi-codec
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
User selector
Datepicker
Commit history
Commits on Dec 2, 2016
Merge pull request #27 from core-api/graceful-handling-of-file-type-in-json
Show description for ae04db0
lovelydinosaur
authored
ae04db0
View commit details
Copy full SHA for ae04db0
Browse repository at this point
Don't produce invalid Swagger documents when a 'file' field is erronously included in a JSON encoded link.
lovelydinosaur
committed
41ec042
View commit details
Copy full SHA for 41ec042
Browse repository at this point
Commits on Nov 29, 2016
Merge pull request #26 from core-api/version-1-2-0
Show description for 565f902
lovelydinosaur
authored
565f902
View commit details
Copy full SHA for 565f902
Browse repository at this point
Version 1.2.0
lovelydinosaur
committed
573f32d
View commit details
Copy full SHA for 573f32d
Browse repository at this point
Commits on Oct 20, 2016
Version bump [ci skip]
lovelydinosaur
committed
ab197b7
View commit details
Copy full SHA for ab197b7
Browse repository at this point
Version bump [ci skip]
lovelydinosaur
committed
c69a507
View commit details
Copy full SHA for c69a507
Browse repository at this point
Merge pull request #21 from angvp/issue-20
Show description for f914daa
lovelydinosaur
authored
f914daa
View commit details
Copy full SHA for f914daa
Browse repository at this point
Commits on Oct 18, 2016
Add additional key for items of type array with the type of each element
Show description for 6a365e8
angvp-sng
committed
6a365e8
View commit details
Copy full SHA for 6a365e8
Browse repository at this point
Commits on Oct 13, 2016
Merge pull request #19 from core-api/only-include-required-if-non-empty
Show description for a045b2d
lovelydinosaur
authored
a045b2d
View commit details
Copy full SHA for a045b2d
Browse repository at this point
Only include 'required' property if the required list is non-empty
lovelydinosaur
committed
8082bd3
View commit details
Copy full SHA for 8082bd3
Browse repository at this point
Merge pull request #18 from core-api/include-type
Show description for 1943da4
lovelydinosaur
authored
1943da4
View commit details
Copy full SHA for 1943da4
Browse repository at this point
Include 'type'
lovelydinosaur
committed
ce56917
View commit details
Copy full SHA for ce56917
Browse repository at this point
Commits on Oct 5, 2016
Merge pull request #15 from core-api/include-descriptions
Show description for ee10517
lovelydinosaur
authored
ee10517
View commit details
Copy full SHA for ee10517
Browse repository at this point
Update tests
lovelydinosaur
committed
56e0ba6
View commit details
Copy full SHA for 56e0ba6
Browse repository at this point
Include description, summary. Ensure methods are ordered.
lovelydinosaur
committed
5d977d8
View commit details
Copy full SHA for 5d977d8
Browse repository at this point
Commits on Oct 1, 2016
Merge pull request #14 from core-api/ordered-output
Show description for 4c621c6
lovelydinosaur
authored
4c621c6
View commit details
Copy full SHA for 4c621c6
Browse repository at this point
Commits on Sep 30, 2016
Use ordered output for Swagger specs
lovelydinosaur
committed
b9621a9
View commit details
Copy full SHA for b9621a9
Browse repository at this point
Merge pull request #13 from core-api/handle-nested-documents
Show description for 401a407
lovelydinosaur
authored
401a407
View commit details
Copy full SHA for 401a407
Browse repository at this point
Handle nested documetns
lovelydinosaur
committed
2d25008
View commit details
Copy full SHA for 2d25008
Browse repository at this point
Commits on Sep 28, 2016
Merge pull request #12 from core-api/dont-include-empty-host-or-scheme
Show description for a118bac
lovelydinosaur
authored
a118bac
View commit details
Copy full SHA for a118bac
Browse repository at this point
Update tests
lovelydinosaur
committed
d6389c7
View commit details
Copy full SHA for d6389c7
Browse repository at this point
Don't include empty host or scheme in schema output
lovelydinosaur
committed
9273b32
View commit details
Copy full SHA for 9273b32
Browse repository at this point
Commits on Sep 26, 2016
Merge pull request #10 from core-api/version-1-1
Show description for 5f26e5f
lovelydinosaur
authored
5f26e5f
View commit details
Copy full SHA for 5f26e5f
Browse repository at this point
Add format='openapi' to codec
lovelydinosaur
committed
35e9c34
View commit details
Copy full SHA for 35e9c34
Browse repository at this point
Add documentation
lovelydinosaur
committed
b2547ae
View commit details
Copy full SHA for b2547ae
Browse repository at this point
Commits on Sep 23, 2016
Ensure operationId is unique
lovelydinosaur
committed
d74d456
View commit details
Copy full SHA for d74d456
Browse repository at this point
Style tweaks
lovelydinosaur
committed
0fdd8c0
View commit details
Copy full SHA for 0fdd8c0
Browse repository at this point
Use TypeError, not ValueError
lovelydinosaur
committed
e315530
View commit details
Copy full SHA for e315530
Browse repository at this point
Drop 'supports' attribute
lovelydinosaur
committed
e0a37a9
View commit details
Copy full SHA for e0a37a9
Browse repository at this point
Do not overwrite any existing fields with location=body schema parameters
lovelydinosaur
committed
44b25cd
View commit details
Copy full SHA for 44b25cd
Browse repository at this point
coreapi.Document -> Document
lovelydinosaur
committed
a1f9ce4
View commit details
Copy full SHA for a1f9ce4
Browse repository at this point
Comments
lovelydinosaur
committed
6803b6a
View commit details
Copy full SHA for 6803b6a
Browse repository at this point
Commits on Sep 22, 2016
Handle encodings, formData vs body, and schema expansions.
lovelydinosaur
committed
d6664e6
View commit details
Copy full SHA for d6664e6
Browse repository at this point
Commits on Sep 21, 2016
Treat action='' as 'get'
lovelydinosaur
committed
d63aa44
View commit details
Copy full SHA for d63aa44
Browse repository at this point
Commits on Aug 18, 2016
Merge pull request #9 from andreyyudin/patch-1
Show description for ff8edb6
lovelydinosaur
authored
ff8edb6
View commit details
Copy full SHA for ff8edb6
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL