soundcloud icon indicating copy to clipboard operation
soundcloud copied to clipboard

remove all "get" word from getters method names for version 3.x.x

Open njasm opened this issue 10 years ago • 2 comments

Example, instead of :

$token = $soundcloud->getAuth()->getToken();

becomes

$token = $soundcloud->auth()->token();

thoughts?

njasm avatar Mar 23 '15 22:03 njasm

+1

joedawson avatar May 20 '15 20:05 joedawson

we're going.

njasm avatar Jun 17 '15 00:06 njasm