ngrok / ngrok-javascript

Embed ngrok secure ingress into your Node.js apps with a single line of code.
https://ngrok.com
Apache License 2.0
94 stars 18 forks source link

Add ngrok.tunnels() and session.tunnels() #60

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

Adds ngrok.tunnels(), session.tunnels(), and ngrok.getTunnel(id). This necessitated finishing the move of immutable tunnel metadata into Storage and building NgrokTunnel's from that.

Also debugged windows build issue which resulted in pinning mio until all dependencies have windows-sys of 0.48.0.

bobzilladev commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.