heroku / heroku.rb

DEPRECATED! Official Heroku Ruby Legacy API wrapper
161 stars 41 forks source link

DELETE /apps/:app/collaborators/:email needs URL encoding #82

Closed ryanbrainard closed 10 years ago

ryanbrainard commented 10 years ago

The DELETE /apps/:app/collaborators/:email call fails if the email has special characters (e.g. +) and needs to be URL encoded.

geemus commented 10 years ago

I believe that was covered by this: https://github.com/heroku/heroku.rb/commit/38492ffd5e98393aebdaac3c908ba326747a306e

Are you still seeing the issue even on latest version?

ryanbrainard commented 10 years ago

Ah, I was seeing this via heroku/heroku, which must be using an old version.

Fixed in 38492ffhttps://github.com/heroku/heroku.rb/commit/38492ffd5e98393aebdaac3c908ba326747a306e .

On Wednesday, January 29, 2014, Wesley Beary notifications@github.com wrote:

I believe that was covered by this: 38492ffhttps://github.com/heroku/heroku.rb/commit/38492ffd5e98393aebdaac3c908ba326747a306e

Are you still seeing the issue even on latest version?

— Reply to this email directly or view it on GitHubhttps://github.com/heroku/heroku.rb/issues/82#issuecomment-33650816 .