Viljami Kuosmanen
Viljami Kuosmanen
If we remove the `%` sign the request goes through, but echoing the request made by terraform we can confirm that path parameters are in fact not encoded: ```hcl resource...
After updating to latest `speakeasy version 1.528.1` we no longer crash, but path parameters still don't seem to be url encoded: ```hcl resource "demo-file_file" "my_file" { id = "Should%Be/Encoded" }...
@GauBen Thanks for your notes! To be honest I'm personally not bothered about the install size or outdated dependencies right now as it doesn't pose a problem in any of...
I do love this idea @treydavis! Any work on this topic is appreciated
FYI @treydavis I recently added a simple full stack Next.js example where we use the generated types in the backend. You can see this live in a sandbox on the...
AFAIK no one is working on this @agamm. PRs accepted!
Looks good. 👍 Sorry for the delay!
Shipped with `[email protected]` âś…
Sure! Would be great actually to document how to use validateResponse in tests 👍 https://openapistack.co/docs/openapi-backend/response-validation/
Here’s a full stack example of using openapi-backend with nextjs. Doesn’t include tests unfortunately https://github.com/anttiviljami/openapi-stack-nextjs-starter