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