linkedin
linkedin copied to clipboard
Get rid of Helpers
Helpers are generally a code smell to me.
I'd prefer that we merge authorization into the client object and separate out request into an object.
That way we can make a request object for each type of search / query.