lucacasonato / deno_googleapis

MIT License
19 stars 7 forks source link

APIs double-encode its URL parameters #5

Open applmak opened 2 years ago

applmak commented 2 years ago

Today, the implementation double-encodes its URL parameters. This screws up (often) various ids or paths or other such things. To fix this, we need to remove the extra encodeURIComponent in the implementation.

shanipribadi commented 8 months ago

fixed by https://github.com/lucacasonato/deno_googleapis/pull/6