Zaid-Ajaj / Hawaii

dotnet CLI tool to generate type-safe F# and Fable clients from OpenAPI/Swagger or OData services
MIT License
140 stars 15 forks source link

Use EscapeDataString to escape individual query string parameters #8

Closed Numpsy closed 3 years ago

Numpsy commented 3 years ago

When I was playing with #7 I got some runtime errors about the date-time strings being malformed, which I think might be because it needs to use EscapeDataString to escape individual query parameter values, rather than EscapeUriString? (otherwise it looks like things like ':' don't get escaped properly)