webmakersteve / battle-net.js

Blizzard APIs for JavaScript
MIT License
8 stars 1 forks source link

Encode URI parameters #2

Closed maxtruxa closed 7 years ago

maxtruxa commented 7 years ago

Encode URI parameters using encodeURIComponent. Otherwise requests to paths containing special characters always fail.

webmakersteve commented 7 years ago

Thanks for the PR.