-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
@Autowired
private NgrokApiClient ngrok;
...
String publicUrl = ngrok.fetchTunnels().first { it.proto == "http" }.publicUrlMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request