@pierskarsenbarg/ngrok
TypeScript icon, indicating that this package has built-in type declarations

0.0.24 • Public • Published

ngrok Resource Provider

The ngrok Resource Provider lets you manage ngrok resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @pierskarsenbarg/ngrok

or yarn:

yarn add @pierskarsenbarg/ngrok

Python

To use from Python, install using pip:

pip install pierskarsenbarg-pulumi-ngrok

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pierskarsenbarg/pulumi-ngrok/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package PiersKarsenbarg.Ngrok

Configuration

The following configuration points are available for the ngrok provider:

  • ngrok:apiKey (environment: NGROK_API_KEY) - the API key for ngrok
  • ngrok:apiBaseUrl (environment: NGROK_API_BASE_URL) - The API URL used to talk with ngrok. The default is https://api.ngrok.com. - optional

Todo

  • Add Java language support
  • Add YAML language support

Package Sidebar

Install

npm i @pierskarsenbarg/ngrok

Homepage

ngrok.com

Weekly Downloads

1

Version

0.0.24

License

Apache-2.0

Unpacked Size

293 kB

Total Files

79

Last publish

Collaborators

  • pierskarsenbarg