ricbra / php-discogs-api

PHP 5.4 Implementation of the Discogs API
MIT License
152 stars 96 forks source link

Changed baseURL to HTTPS #30

Closed sascha53 closed 8 years ago

sascha53 commented 8 years ago

This is required for the Discogs Auth Flow (Alternative to OAuth Flow). Docs: http://www.discogs.com/developers/#page:authentication,header:authentication-discogs-auth-flow

davalb commented 8 years ago

Hey @ricbra , just discovered this PR. Wouldn't it be better to merge it in?

ricbra commented 8 years ago

Indeed, problem is the original branch was deleted before I could take a look at it. So I thought it was a mistake.

Could you open a PR for this?

davalb commented 8 years ago

I did, see #33 .