-
I downloaded the swagger:
git clone https://github.com/swagger-api/swagger-codegen
cd swagger-codegen
mvn clean package
After, I created my custom generator:
java -jar modul…
-
### Describe the workflow you want to enable
- I have a custom model implementing the BaseEstimator, for which I am using scikit-learn's hyperparameter searches.
- I am running an exhaustive grid se…
-
### Bug description
When schema.prisma file is located outside the main folder, when npx prisma generate, it will install node_modules, package*.json next to schema.prisma file.
Exemple :
Fol…
ghost updated
2 months ago
-
### Problem Description
Kubernetes has been deprecating API(s), which will be removed and are no longer available in 1.22. Operators projects using [these APIs](https://kubernetes.io/docs/reference/…
-
##### 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…
-
We use version 5.4.0 of the openapi generator. We have a nodejs service, and python and javascript clients.
We autogenerate our javascript and python client libraries to allow our javascript and py…
-
##### Description
Having the following spec:
```yaml
'/v1/job':
get:
parameters:
...
- name: sort
in: query
required: false
style: f…
-
I create API documentation with the following command:
`vendor/bin/apidoc api 'backend,frontend,common,vendor/yiisoft,...' ./../apidocs`
In **index.html** is then documentation for namespaces yii,…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
```
What steps will reproduce the problem?
First attempt:
1. Build ProtoGen under Mono (I built on Linux, using `xbuild` in the ProtoGen
directory)
2. Run ProtoGen on a .proto file (I used the first…