1.1.2
(fix): Fix pagination query parameter key mismatch. Query parameters were initialized
with string keys but pagination iterator blocks used symbol keys, causing duplicate
parameters to be sent (e.g., page=0&page=0) which resulted in 400 errors.
(fix): URI-encode path parameters before interpolation into URL paths. Resource IDs
containing reserved URI characters (e.g., pipes, spaces) now work correctly
instead of raising URI::InvalidURIError.