logical-and / php-oauth

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
https://packagist.org/packages/and/oauth
MIT License
43 stars 13 forks source link

Fix double slash in path #32

Closed trsteel88 closed 9 years ago

trsteel88 commented 9 years ago

I am using the Spotify service. When I execute:

$service->requestJSON('me'))

The service is trying to call "v1//me". This isn't a valid path. This PR fixes the double slash.

Can you please tag this version

logical-and commented 9 years ago

Fixed by commit. Thank you for notice and PR. :)

logical-and commented 9 years ago

Can you please tag this version

Soon. I have other issues to close to release a version.

trsteel88 commented 9 years ago

@logical-and can we get this tagged yet? Should be able to tag a patch version before everything is complete? It is causing quite a few headaches.

logical-and commented 9 years ago

Soon, it's already a close. :)

trsteel88 commented 9 years ago

It doesn't make sense to wait for a major patch. Can you please tag a minor version?