Skip to content

Feature request: requests that are not described by the OpenAPI specs #56

@Manfred

Description

@Manfred

Feature

Allow users to perform requests that are not described by the OpenAPI specs

Why and what

In some case you want to perform a request that is not described by the OpenAPI specs. For example: a test-only endpoint, and endpoint that can't be described in OpenAPI, or a spec that is not interpreted by Reynard for some reason.

reynard.verb("GET").path("/test/authors/{id}").params({ "id" => 21 }).execute

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions