-
##### Description
I am getting the following error when running flask server:
from .binary import Binary
File "/Users/ctippur/cyclops/cyclopscloud/flaskapi/cyclopsflaskglobal/python-flas…
-
##### Suggestion
What about adding it on chocolatey?
-
##### Description
I'm getting error when trying to run python -m swagger_server
```python
(venv) bu@debian:~/repos/api/out$ python -m swagger_server
Traceback (most recent call last):
F…
-
##### Description
When calling the code generation with my yaml, identifiers are created that start with a number. However, the go compiler interprets them wrongly.
Example code:
```
/*
* API …
-
##### Description
If there are two models in the swagger definition whose subproperties are the same, the code generator always uses the first one.
e.g. take the following two definitions
```…
-
Hello,
I spotted a problem when adding a specific dependency to the WORKSPACE file, whose settings are shown below.
```Skylark
###########################
## Java build rules ##
########…
-
Wanting to do some client codegen for a test client project to the wallet but found that swagger codegen doesn't parse the swagger spec generated by the code on develop branch.
I used the SwaggerPa…
-
##### Description
Compiling the following spec into a TypeScript-Fetch client results in invalid code.
Specifically, the generated code contains
```TypeScript
export interface GenericMap extends…
-
OpenAPI generator is not generating Integration test cases for **spring** API's
**Using the following generator to generate spring based code from openAPI specification.**
_4.0.2_
**swagger spec** …
-
As an ISV, I would like to interact with the VM programmatically through a JSON POST API exposing the main functionality of the tool:
* Document upload
* Document search
* Question answering
* L…
DrDub updated
1 month ago