Collin-St

Results 3 issues of Collin-St

**Is your feature request related to a problem? Please describe.** Similar to NYT, restructure the Apple redis data from a single key into a hash. **Describe the solution you'd like**...

enhancement
status: accepted
status: in progress
status: help wanted
scope: api

Solution for #252 Changes `index.js` - `getApi()` - Check if `ngrokClient` is defined, return if so. Else, Call `getProcessUrl` to get the process URL for port 4040, and create a...

When calling `getApi()` from a module separate from where `ngrok.connect()` was called, reference to `NgrokClient` is lost and `getApi()` returns null. `getApi()` should: - retain reference to `NgrokClient`, or be...