Closed isaacrlevin closed 6 years ago
What is the best approach to extend one of the clients? I am only going to be using YahooClient and have a handful of Api calls I want to add. Should just inherit from YahooClient?
I'd either inherit or copy the source and change it up how you want. What did you end up doing?
@niemyjski stripped out the Yahoo provider and extended it to my needs. Worked well
What is the best approach to extend one of the clients? I am only going to be using YahooClient and have a handful of Api calls I want to add. Should just inherit from YahooClient?