-
## 📚 Documentation
I have a simple proto file:
```
message GetTokenRequest {
string hostname = 1 [(buf.validate.field).required = true, (buf.validate.field).string.hostname = true ];
repeat…
-
### IDE Information
.
### Bug Description
The 'report' button in IDE causes too long URL to be generated and Github does not load the reporting page. I'm copying a whole exception I see in IDE here…
Nopik updated
2 weeks ago
-
As part of the command-base integration between Kiota and TTK, .kiota folder should be supported.
.kiota folder includes the following:
[workspace.json](https://github.com/microsoft/kiota/blob/main/s…
-
Hi there
### Problem
We're working with an API which endpoints contain trailing slashes, for example `{+baseUrl}/api/v1/app/{app_id}/msg/`.
During the client generation, the trailing slash is…
-
## Example
```rust
#[derive(ToSchema)]
pub struct ResponsePayload {
data: Vec,
}
#[derive(ToSchema)]
pub struct PrimaryData {
id: String,
value: u32,
}
```
## Expected de…
-
The parser uses decimal when reading OpenAPI documents, but can fail on a valid values for double.
I saw this issue trying to generate classes for a third party document that was similar to this:
``…
-
In order to provide users with the best and most accurate documentation, all [APM app API](https://www.elastic.co/guide/en/kibana/current/apm-api.html) endpoints must be documented with the [OpenAPI s…
-
It would be cool if rtapi could use an OpenAPI format document as input for a list of targets. Or alternatively have a flag on rtapi that parses an OpenAPI document and writes out rtapi compatible tar…
-
A few places make assumptions that we are only ever working with one document. But actually a `$ref` can point to an entity in another document entirely.
Most ref resolutions work properly, updatin…
-
### Validate the automated conversion from OAS to Function Calling via OpenAI API
#### Task List
- [x] **Create Minimal OpenAPI Specification (OAS)**
- Define a simple OAS file with a single…