-
Currently, we hard-code the API prefix to be `/api`. This means that any specified Paths Object is prefixed with `/api` when registered with the framework. I kinda see 3 ways forward:
1. **Don't pr…
-
https://github.com/plaid/plaid-openapi/commit/cffae0231e2cee04712d81c717ad9b1b5f4861ba#diff-007e82897f69503f2e98b0045e79d37b96a8a638c5eba2ed514dc8a6fcecd529R21856
Previously it was a regular link t…
-
Should a single tool be used to generate all of the SDK and client libraries from the OpenAPI schema?
It looks like the python client was generated using [@openapitools/openapi-generator-cli](https…
-
### What version of CUE are you using (`cue version`)?
commit 41b38fe201f40e13f0c23787a615e25f295ac609 (tip as of time of writing)
### Does this issue reproduce with the latest stable re…
-
**Describe the bug**
When generating the `diff` between specs that contain webhooks I notice the following:
### Output start with extensions
Should `extensions` be replaced by `webhooks`?
```
e…
-
Creating a stream out of the manager with a required file like monotorrent would allow streaming the file to media players directly. Seems a bit difficult to implement though. I have linked the possib…
-
**Is your feature request related to a problem? Please describe.**
When going into Browser on AnkiDroid, I often have to manually type in -is:suspended to hide the suspended cards.
**Describe the…
-
i changed the format of a string property.
e.g. when generated out of java and the propery is now mapped via Spring from a String to a UUID.
Perhaps it's correct to report a change. but the chang…
-
When a reference is used in `items:` of an `array`, e.g. :
```
type: object
description: Model for response from call to GET products requiring an array of products to be returned.
title: GetProdu…
-
In order to provide more accessible informations about REST API usage, it would be great to have an API specification in Swagger (http://swagger.io/) or RAML (http://raml.org/).
Great job ^^