ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
103 stars 19 forks source link

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

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

Adds ngrok.tunnels(), session.tunnels(), and ngrok.get_tunnel(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.