basvandorst / StravaPHP

Strava API REST client with OAuth authentication
MIT License
184 stars 67 forks source link

Fixing various bugs #18

Closed qligier closed 8 years ago

qligier commented 8 years ago

This PR aims to fix following bugs:

This version is available in my repo, it can be tested with:

{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/qligier/StravaPHP.git"
        }
    ],
    "require": {
        "qligier/StravaPHP": "1.0.*",
    }
}
basvandorst commented 8 years ago

Great pull request! Thanks for your time and fixing these issues.

Merged this PR in master + tag 0.0.2. Cheers