issues
search
Dorthu
/
openapi3
A Python3 OpenAPI 3 Spec Parser
BSD 3-Clause "New" or "Revised" License
118
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
321#
#123
luckydonald
opened
5 months ago
1
openapi3.errors.SpecError: Expected components.schemas.Foobar.properties.foobar.default to be one of [<class 'float'>], got <class 'int'>
#122
luckydonald
opened
5 months ago
2
Handle "nullable" array types
#121
tal-franji
opened
11 months ago
1
paths.py: add support for sending data of multipart/form-data type
#120
krevsbech
opened
11 months ago
0
openapi.py: let base_url be a object scope variable
#119
krevsbech
opened
11 months ago
0
paths.py: Operation: allow openapi content type containing encoding
#118
krevsbech
opened
11 months ago
0
use `session.prepare_request()` to create the prepared request (#116)
#117
FelixSchwarz
opened
11 months ago
0
Session hooks are not called
#116
FelixSchwarz
opened
11 months ago
0
default traceback not helpful in case of server errors
#115
FelixSchwarz
opened
11 months ago
0
prevent UnboundLocalError if the user did not provide a request body
#114
FelixSchwarz
opened
11 months ago
0
bug-fix: components/requestBody --> components/requestBodies
#113
jaklinger
opened
1 year ago
1
Recursive components
#112
chriswhite199
opened
1 year ago
5
"required" parameter to be list
#111
nandishaivalli
opened
1 year ago
1
Cached parameters
#110
smurfix
closed
1 year ago
4
fix: Recursively resolve allOfs for schema objects
#109
lgarber-akamai
closed
1 year ago
0
application/x-www-form-urlencoded Support
#108
mariofix
closed
2 months ago
0
Not sure how mutualTLS works
#107
malabile
opened
1 year ago
1
Select Server fo request
#106
mariofix
closed
12 months ago
2
Set 'default' field type as anything possible
#105
MathieuAvila
opened
1 year ago
1
Manage dict used as 'additionalProperties'
#104
MathieuAvila
closed
1 year ago
3
Add Python Type Annotations
#103
zliang-akamai
opened
1 year ago
0
fix: Support extensions when merging references
#102
lgarber-akamai
closed
1 year ago
1
Support for schema anyOf
#101
yujinyuz
opened
1 year ago
3
Multiple Authentication Type Support
#100
ggpwnkthx
opened
1 year ago
1
requestBodies
#99
ggpwnkthx
opened
1 year ago
0
bug: Resolve references in components first
#98
Dorthu
closed
1 year ago
0
Add support for mulitipart file send
#97
miAndreev
opened
1 year ago
1
Multipart support for the requests to server
#96
miAndreev
opened
1 year ago
3
Read custom tags
#95
VedavyasBhatJupiter
opened
1 year ago
1
bug: Correctly parse all types for `default`
#94
Dorthu
closed
1 year ago
0
Support OpenAPI 3.1.0 extended Reference objects
#93
Dorthu
closed
1 year ago
0
Fix typos
#92
kianmeng
closed
1 year ago
1
[Bug] - Expects incorrect type on parameter default
#91
TTitcombe
closed
1 year ago
1
fixed #89 - externalDocs
#90
SassonNir
closed
2 years ago
0
Bug causing "SpecError: Expected externalDocs to be of type ExternalDocumentation with required fields url"
#89
SassonNir
closed
2 years ago
3
bugfix.
#88
hackoffme
closed
2 years ago
0
bugfix
#87
hackoffme
closed
2 years ago
0
AttributeError: 'NoneType' object has no attribute 'keys'
#86
hackoffme
opened
2 years ago
0
paths: fix Operation request urljoin
#85
olichtne
opened
2 years ago
1
bugfix: honour verify field in request
#84
anchitarnav
closed
2 years ago
1
bug: Fields of Contact are not required
#83
Dorthu
closed
2 years ago
1
Contact fields that should be optional are considered required, resulting in raised SpecError.
#82
kirypto
closed
2 years ago
2
bug: Use custom error class for undeclared responses
#81
Dorthu
closed
2 years ago
0
Capturing noncompliant replies
#80
smurfix
closed
2 years ago
2
Point build badge to github actions
#79
Dorthu
closed
2 years ago
0
Automated Tests via GitHub Actions
#78
Dorthu
closed
2 years ago
0
bug: Accept "any" type for Example values
#77
Dorthu
closed
2 years ago
0
Pin pytest-asyncio dependency to 0.16
#76
Dorthu
closed
2 years ago
0
un-escape ~1 and ~0 in paths, handle integers.
#75
smurfix
closed
2 years ago
4
Doesn't resolve JSON path escape codes
#74
smurfix
closed
2 years ago
1
Next