ngrok / ngrok-api-python

ngrok API client library for Python
MIT License
25 stars 13 forks source link

Starting a simple tunnel #18

Closed whyscream closed 1 year ago

whyscream commented 1 year ago

Just found this repo / pypi package. Really nice to see this available.

Just one minor question, since the documentation is quite technical, and does not refer to functionality but only to technical features. I want to use this library to create a tunnel like I do during normal development on a daily basis, using the cli: ngrok http 5000. But I cannot find the actual endpoint that I need to use for that. Is this even possible, or is there more to it?

inconshreveable commented 1 year ago

hey @whyscream this library is purely about making requests to the ngrok HTTP API: https://ngrok.com/docs/api

we're working on a separate package which will allow you to programmatically start tunnels which will have its own repo and package

whyscream commented 1 year ago

@inconshreveable That would be great, would love to stay informed :)