Skip to content

Add documentation about @NgrokComponent #49

@juherr

Description

@juherr

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" }.publicUrl

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions