issues
search
Parquery
/
swagger-to
Generate server and client code from Swagger (OpenAPI 2.0) specification.
MIT License
57
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bumped to 5.0.2
#146
mristin
closed
10 months ago
0
Fix parameters with dots in py client
#145
mristin
closed
10 months ago
0
Parameter names with '.' in them inconsistently generated into Python code
#144
haxsaw
closed
10 months ago
4
swagger_to_py_client.py doesn't generate any attributes specified in allOf
#143
unicman
opened
1 year ago
9
Bumped to 5.0.1
#142
mristin
closed
1 year ago
0
Check that description is an Array or Object before String. Resolves #132
#141
AkuPython
closed
1 year ago
2
swagger_to_py_client.py not writing to file
#140
StL-Jim
closed
10 months ago
3
Bumped to 5.0.0
#139
mristin
closed
2 years ago
0
Bumped to 4.1.2
#138
mristin
closed
2 years ago
0
Upgrade to jinja2 >=3
#137
mristin
closed
2 years ago
0
Added support for Python 3.9 and 3.10
#136
mristin
closed
2 years ago
0
Broken markupsafe import
#135
rosejn
closed
2 years ago
3
ValueError: Expected type of a parameter to be one of ['string', 'number', 'integer', 'boolean', 'file'], but got: 'array'
#134
stevenxuwoss
closed
2 years ago
2
Can it support definitions which come from java object like BaseRes«List«KeepAliveRespData»»
#133
stevenxuwoss
closed
2 years ago
2
ValueError: Expected the value in a schema to be a string, but got: <class 'swagger_to.swagger.RawDict'>
#132
stevenxuwoss
closed
1 year ago
10
Fixed endless loops due to recursive definitions
#131
mristin
closed
2 years ago
2
Added quotes to type annotations in py client
#130
mristin
closed
3 years ago
0
definitions properties referenced itself will cause maximum recursion depth exceeded while calling a Python object
#129
stevenxuwoss
closed
2 years ago
5
Bumped to 4.1.1
#128
mristin
closed
3 years ago
0
Removed support for Python 3.5
#127
mristin
closed
3 years ago
0
Supported `Any` type value (i.e. empty type)
#126
yacchi
closed
3 years ago
3
Bumped to 4.1.0
#125
mristin
closed
3 years ago
0
New release
#124
abingham
closed
3 years ago
3
Propagated produces and consumes
#123
mristin
closed
3 years ago
2
Fixed handling of spaces in names in py client
#122
mristin
closed
3 years ago
0
Default value for Endpoint.produces is confusing
#121
abingham
closed
3 years ago
8
Definition names containing spaces are incorrectly rejected
#120
abingham
closed
3 years ago
14
Made `allOf` imply the type "object"
#119
mristin
closed
3 years ago
0
Object types defined "anonymously" in `allOf` aren't defauled to type "object"
#118
abingham
closed
3 years ago
2
Definitions using `allOf` which don't specify a type cause a `ValueError`.
#117
abingham
closed
3 years ago
2
Handled `allOf`
#116
mristin
closed
3 years ago
0
Made format optional
#115
mristin
closed
3 years ago
0
Elm clients for multiple specs will collide with one another
#114
abingham
closed
2 years ago
10
Escaped OperationIds for valid Elm identifiers
#113
abingham
closed
3 years ago
2
Assumed type object if properties
#112
mristin
closed
3 years ago
0
Fixed code style after a premature merge
#111
mristin
closed
3 years ago
0
Fixed line number while parsing Swagger spec
#110
mristin
closed
3 years ago
0
Fixed test_intermediate overwriting the expected
#109
mristin
closed
3 years ago
0
Tested parsing into intermediate representation
#108
mristin
closed
3 years ago
0
Invalid Elm generated when `operationId` values are invalid Elm identifiers
#107
abingham
closed
3 years ago
9
Invalid Elm generated for type definitions using 'allOf'
#106
abingham
closed
3 years ago
5
Incorrectly requiring "type" field for type definitions
#105
abingham
closed
3 years ago
6
Incorrectly requiring 'format' field for integer- and number-typed properties
#104
abingham
closed
3 years ago
5
Support common parameters in path
#103
mristin
closed
3 years ago
0
Added jsonschema validation before parsing
#102
mristin
closed
3 years ago
0
fixed can not execute bin scripts under unix-like envs
#101
yacchi
closed
4 years ago
1
Add support for OpenAPI 3
#100
mristin
opened
4 years ago
4
Bumped to 4.0.1
#99
mristin
closed
4 years ago
0
made py_client use `get` for optionals
#98
mristin
closed
4 years ago
0
made test discovery more obvious
#97
mristin
closed
4 years ago
0
Next