You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @juherr 😃 thanks for pointing this out. I am planning to extend this bean to cover all ngrok API methods (and then create some serious documentation). I can image that accessing public ngrok URL in most cases is all what user want to do with API so for now in v0.3.4 I added getters for public http and https URLs, please check https://github.com/kilmajster/ngrok-spring-boot-starter#ngrok-api
returns http(s) tunnel URL or null in case ngrok is not running
It is opinionated, but I think an exception will be better than null because you are not supposed to call it if not running.
Maybe you'll have to add something like boolean isRunning() too.
Hi,
Thanks for your starter which is working well 👍
Sadly, there is missing some documentation about @NgrokComponent.
For example, I had to dig into the sources in order to find how to find the
publicUrl
.The solution is quite easy but undocumented:
The text was updated successfully, but these errors were encountered: