Skip to content

Commit

Permalink
Merge pull request #28 from ngrok/bob/0.0.11
Browse files Browse the repository at this point in the history
0.0.11
  • Loading branch information
bobzilladev authored Mar 22, 2023
2 parents 6f1b224 + 8884e3d commit 61a8235
Show file tree
Hide file tree
Showing 33 changed files with 235 additions and 160 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ngrok-js"
version = "0.0.10"
version = "0.0.11"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

40 changes: 21 additions & 19 deletions docs/classes/NgrokHttpTunnel.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/classes/NgrokHttpTunnelBuilder.html

Large diffs are not rendered by default.

38 changes: 20 additions & 18 deletions docs/classes/NgrokLabeledTunnel.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/classes/NgrokLabeledTunnelBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">NgrokLabeledTunnelBuilder</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L381">index.d.ts:381</a></li></ul></aside>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L397">index.d.ts:397</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -65,7 +65,7 @@ <h5>label: <span class="tsd-signature-type">string</span></h5></li>
<h5>value: <span class="tsd-signature-type">string</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="NgrokLabeledTunnelBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">NgrokLabeledTunnelBuilder</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L387">index.d.ts:387</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L403">index.d.ts:403</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="listen" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>listen</span><a href="#listen" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -80,7 +80,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> bind: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="NgrokLabeledTunnel.html" class="tsd-signature-type" data-tsd-kind="Class">NgrokLabeledTunnel</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L385">index.d.ts:385</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L401">index.d.ts:401</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="metadata" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>metadata</span><a href="#metadata" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -95,7 +95,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>metadata: <span class="tsd-signature-type">string</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="NgrokLabeledTunnelBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">NgrokLabeledTunnelBuilder</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L383">index.d.ts:383</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L399">index.d.ts:399</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
12 changes: 6 additions & 6 deletions docs/classes/NgrokSession.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">NgrokSession</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L118">index.d.ts:118</a></li></ul></aside>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L118">index.d.ts:118</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -65,7 +65,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>id: <span class="tsd-signature-type">string</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L128">index.d.ts:128</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L128">index.d.ts:128</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="httpEndpoint" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>http<wbr/>Endpoint</span><a href="#httpEndpoint" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -75,7 +75,7 @@ <h3 class="tsd-anchor-link"><span>http<wbr/>Endpoint</span><a href="#httpEndpoin
</div>
<h4 class="tsd-returns-title">Returns <a href="NgrokHttpTunnelBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">NgrokHttpTunnelBuilder</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L120">index.d.ts:120</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L120">index.d.ts:120</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="labeledTunnel" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>labeled<wbr/>Tunnel</span><a href="#labeledTunnel" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -85,7 +85,7 @@ <h3 class="tsd-anchor-link"><span>labeled<wbr/>Tunnel</span><a href="#labeledTun
</div>
<h4 class="tsd-returns-title">Returns <a href="NgrokLabeledTunnelBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">NgrokLabeledTunnelBuilder</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L126">index.d.ts:126</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L126">index.d.ts:126</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="tcpEndpoint" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>tcp<wbr/>Endpoint</span><a href="#tcpEndpoint" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -95,7 +95,7 @@ <h3 class="tsd-anchor-link"><span>tcp<wbr/>Endpoint</span><a href="#tcpEndpoint"
</div>
<h4 class="tsd-returns-title">Returns <a href="NgrokTcpTunnelBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">NgrokTcpTunnelBuilder</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L122">index.d.ts:122</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L122">index.d.ts:122</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="tlsEndpoint" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>tls<wbr/>Endpoint</span><a href="#tlsEndpoint" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -105,7 +105,7 @@ <h3 class="tsd-anchor-link"><span>tls<wbr/>Endpoint</span><a href="#tlsEndpoint"
</div>
<h4 class="tsd-returns-title">Returns <a href="NgrokTlsTunnelBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">NgrokTlsTunnelBuilder</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/d73a841/index.d.ts#L124">index.d.ts:124</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/ngrok/ngrok-js/blob/6f1b224/index.d.ts#L124">index.d.ts:124</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
Loading

0 comments on commit 61a8235

Please sign in to comment.