This repository was archived by the owner on May 9, 2026. It is now read-only.
v2.3.5
Use encodeURIComponent instead of encodeURI to encode the user's id. 'encodeURI' wasn't encoding characters like / or # that were generating an invalid endpoint url. Thanks @jgranstrom for the PR.