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

consolidate tunnel wrappers, add session in storage #16

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

Mostly all changes are in tunnel.rs, this consolidates from 4 tunnel objects to just 1, since the type-safety is really at the builder level, this makes for a simpler interface for the connect api that is coming, and for users. Other changes are just doc source and updating the struct list in lib.rs.