wit-ai / wit-go

Go client for wit.ai HTTP API
MIT License
156 stars 30 forks source link

#9: Replace QueryEscape with PathEscape #10

Closed plutov closed 5 years ago

plutov commented 5 years ago

Example value: Ho Chi Minh City. Previous code would escape as Ho+Chi+Minh+City and requests will fail. The new code will escape as Ho%20Chi%20Minh%20City and will work.