Rajesh Segu

Results 3 issues of Rajesh Segu

- Twitter.prototype.search() url now uses REST_BASE key. - Removed SEARCH_BASE key, which is not used anymore in version 1.1 Tested in my local environment by running a sample NodeJS application.

The below simple code generates maximum call stack size error. I'm working on the fix right now. ``` javascript 'use strict'; var test = require('tape'); var captureStdio = require('./lib/capture-stdio.js'); var...