Ankur Oberoi
Ankur Oberoi
I'd like to be able to use `express.request` and `express.response` outside of an express `application` "instance". This means I'd be able to use them as prototypes for my own request...
This interface is only available in PHP >= 5.4.0, so when support for PHP 5.3.0 is dropped, we can do this.
http://php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration One advantage I can think of is that the code would be more self-documenting. Much of the value of this SDK above using the REST API directly is a...
We basically need to revert #118. Now that https://github.com/johnstevenson/json-works/issues/1 has landed, its better for this project to continue to use that dependency rather than the forked one.
There needs to be a set of Error types defined and their meaning nailed down so that developers can predictably deal with error conditions. This will also be subject to...
it seems like #90 might be the preferred way to solve this, but its a concern onto itself.
it sounds like solving #90 is a preferred way of dealing with proxies, but it is a separate concern onto itself.
right now, the Session tests include just one token generation test, while the OpenTok tests have a more complete set.
Currently, the generated reference documentation is a bit ugly. We use [PHPDocumentor](http://www.phpdoc.org/) but its default template is pretty bad. This can be improved. Wish list: - runs in an automated...
TODO: write more detailed requirements - Must take configuration through environment variables: - `API_KEY` - `API_SECRET` - `API_URL` (optional) - Must run subset of tests which require no knowledge of...