thephpleague / oauth1-client

OAuth 1 Client
MIT License
968 stars 73 forks source link

Add Trello server #11

Closed stevenmaguire closed 9 years ago

stevenmaguire commented 9 years ago

This request proposes the addition of a Trello OAuth 1 Client Server. This code migrating from https://github.com/stevenmaguire/trello-oauth1-server

I have introduced the new Trello Server class, and a separate supporting test class to cover additional functionality offered by the vendor specific class that is above and beyond the parent Server class. I have also added specific documentation to the Readme for the Trello usage.

I have introduced a Scrutinizer config file, as well as the supporting changes to the Travis config file to provide more visibility in the quality of the code.

bencorlett commented 9 years ago

Woohoo!