Ankur Oberoi

Results 141 comments of Ankur Oberoi

@jeffswartz just wanted to start writing some things down from our previous discussions

Alternative documentation generators that may have cleaner and more acceptable default output: - ApiGen (http://apigen.org/) - Sami (https://github.com/fabpot/sami) - Symphony and Composer use this.

updated link for Sami: https://github.com/FriendsOfPHP/Sami

Would need API Review

The REST API for modifying archive storage is currently private.

Would need API Review

The REST API for callback registration is currently private

thanks for the suggestion @buse974! Just wondering, what is the use case of wanting to swap out the Guzzle Client? Assuming this is related to the workflow issues around external...

Thanks, I see why you want the interface abstraction now. The problem with simply creating a ClientInterface as you suggested is that the Client class itself encapsulates some of the...

yes, i agree. would you mind refactoring the code in your branch such that the stored `$httpClient` property implements the `\Guzzle\Http\ClientInterface` interface, instead of the `\OpenTok\Util\ClientInterface` that you created? if...