Deep Singhvi

Results 32 issues of Deep Singhvi

This PR adds examples for: - some missing query parameters - deep object query parameters - `allow-multiple` query parameters

## Describe the Bug The TypeScript SDK does not support passing in a custom proxy. The SDK should support an `httpAgent` argument that takes a proxy agent. ### Expected SDK...

typescript

### Make sure the issue is related to code located in this repository. - [X] I confirm that the reported bug or feature request is not related to Botpress on...

This PR is not ready yet, but it refactors the OpenAPI importer package structure and improves fixture testing by reducing boilerplate.

## Summary This PR introduces an `encoding` field to inlined request bodies. The encoding field will help us encode whether the data is being sent as `json`, `multipart` or `url-encoded`....

### Problem description Often times, API resources are interconnected and it is natural to propagate these relationships directly into the SDK. See the snippet below, which uses the Github API...

openapi
fern definition

### Problem description ```yml service: endpoints: get: base-path: /{a}/{b} path: /{c}/{d}/{e} path-parameters: a: string b: string c: string d: string e: string ``` ### Why would it be useful? Allows...