Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge 7501ba4 into 6afb5e0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelvie committed Aug 22, 2017
2 parents 6afb5e0 + 7501ba4 commit c660530
Show file tree
Hide file tree
Showing 41 changed files with 202 additions and 198 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -32,14 +32,12 @@

---
# Overview
With Bespoken Tools, develop faster and better. Do not slow-down for:
With Bespoken, develop faster and better. Do not slow-down for:

* Time-consuming server deployments
* Over-complicated and highly manual testing routines
* Complex ffmpeg encoding and configuration

With Bespoken tools, build high-quality, faster.

The command-line tools include:

* [Deploy](http://docs.bespoken.tools/en/latest/commands/deploy) - One-command deployment of Lambda functions
Expand All @@ -61,7 +59,7 @@ For use of the CLI:
$ npm install bespoken-tools -g
```

For use of the Bespoken Tools library (including Logless and the Emulator):
For use of the Bespoken library (including Logless and the Emulator):

```bash
$ npm install bespoken-tools --save
Expand Down
18 changes: 9 additions & 9 deletions docs/alexa_skills_kit_configuration.md
Expand Up @@ -9,10 +9,10 @@ When you run the bst proxy command, you will see a URL output:

```bash
$ bst proxy lambda index.js
BST: v0.6.5 Node: v4.3.2
BST: v1.0.4 Node: v4.3.2

Your URL for Alexa Skill configuration:
https://proxy.bespoken.tools?node-id=0c6a4f17-c86f-4024-ba26-a351ac319431
Your public URL for accessing your local service:
https://determined-rice.bespoken.link
```

From your [Skill's list](https://developer.amazon.com/edw/home.html#/skills/list), select an existing skill to edit or create a new one. Navigate to the Configuration step and update the HTTPS endpoint to the one provided by the proxy command.
Expand All @@ -31,15 +31,15 @@ For example, when you run the bst proxy http command:

```bash
$ bst proxy http 9999
BST: v0.6.5 Node: v4.3.2
BST: v1.0.4 Node: v4.3.2

Your URL for Alexa Skill configuration:
https://proxy.bespoken.tools/YOUR/SKILL/PATH?node-id=0c6a4f17-c86f-4024-ba26-a351ac319431
(Be sure to put in your real path and other query string parameters!)
Your public URL for accessing your local service:
https://determined-rice.bespoken.link
```

And your local server listens on path `/alexa-skill`, you need to update the URL with your path before configuring your Skill.
If your local server listens on path `/alexa-skill`, you need to update the URL with your path before configuring your Skill.

```
https://proxy.bespoken.tools/alexa-skill?node-id=0c6a4f17-c86f-4024-ba26-a351ac319431
Your public URL for accessing your local service:
https://determined-rice.bespoken.link/alexa-skill
```
32 changes: 16 additions & 16 deletions docs/api/classes/alexacontext.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AlexaContext | Bespoken Tools</title>
<title>AlexaContext | Bespoken</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Bespoken Tools</a>
<a href="../index.html" class="title">Bespoken</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -122,7 +122,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L16">alexa/alexa-context.ts:16</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L16">alexa/alexa-context.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -157,7 +157,7 @@ <h3>access<wbr>Token</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L50">alexa/alexa-context.ts:50</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L50">alexa/alexa-context.ts:50</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
Expand All @@ -174,7 +174,7 @@ <h3>active<wbr>Session</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L78">alexa/alexa-context.ts:78</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L78">alexa/alexa-context.ts:78</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
Expand All @@ -191,7 +191,7 @@ <h3>applicationID</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L23">alexa/alexa-context.ts:23</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L23">alexa/alexa-context.ts:23</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
Expand All @@ -208,7 +208,7 @@ <h3>audio<wbr>Player</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L58">alexa/alexa-context.ts:58</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L58">alexa/alexa-context.ts:58</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AudioPlayer</span></h4>
Expand All @@ -225,7 +225,7 @@ <h3>audio<wbr>Player<wbr>Enabled</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L62">alexa/alexa-context.ts:62</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L62">alexa/alexa-context.ts:62</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
Expand All @@ -242,7 +242,7 @@ <h3>end<wbr>Session</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L74">alexa/alexa-context.ts:74</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L74">alexa/alexa-context.ts:74</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand All @@ -259,7 +259,7 @@ <h3>interaction<wbr>Model</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L35">alexa/alexa-context.ts:35</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L35">alexa/alexa-context.ts:35</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">InteractionModel</span></h4>
Expand All @@ -276,7 +276,7 @@ <h3>new<wbr>Session</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L66">alexa/alexa-context.ts:66</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L66">alexa/alexa-context.ts:66</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand All @@ -293,7 +293,7 @@ <h3>session</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L70">alexa/alexa-context.ts:70</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L70">alexa/alexa-context.ts:70</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="alexasession.html" class="tsd-signature-type">AlexaSession</a></h4>
Expand All @@ -310,7 +310,7 @@ <h3>set<wbr>Access<wbr>Token</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L54">alexa/alexa-context.ts:54</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L54">alexa/alexa-context.ts:54</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -333,7 +333,7 @@ <h3>set<wbr>UserID</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L46">alexa/alexa-context.ts:46</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L46">alexa/alexa-context.ts:46</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -356,7 +356,7 @@ <h3>skillURL</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L31">alexa/alexa-context.ts:31</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L31">alexa/alexa-context.ts:31</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
Expand All @@ -373,7 +373,7 @@ <h3>userID</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-context.ts#L39">alexa/alexa-context.ts:39</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-context.ts#L39">alexa/alexa-context.ts:39</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
Expand Down
18 changes: 9 additions & 9 deletions docs/api/classes/alexasession.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AlexaSession | Bespoken Tools</title>
<title>AlexaSession | Bespoken</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Bespoken Tools</a>
<a href="../index.html" class="title">Bespoken</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -113,7 +113,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-session.ts#L9">alexa/alexa-session.ts:9</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-session.ts#L9">alexa/alexa-session.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="alexasession.html" class="tsd-signature-type">AlexaSession</a></h4>
Expand All @@ -133,7 +133,7 @@ <h3>attributes</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-session.ts#L17">alexa/alexa-session.ts:17</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-session.ts#L17">alexa/alexa-session.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4>
Expand All @@ -155,7 +155,7 @@ <h3>id</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-session.ts#L28">alexa/alexa-session.ts:28</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-session.ts#L28">alexa/alexa-session.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
Expand All @@ -172,7 +172,7 @@ <h3>is<wbr>New</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-session.ts#L36">alexa/alexa-session.ts:36</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-session.ts#L36">alexa/alexa-session.ts:36</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
Expand All @@ -189,7 +189,7 @@ <h3>setID</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-session.ts#L32">alexa/alexa-session.ts:32</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-session.ts#L32">alexa/alexa-session.ts:32</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -212,7 +212,7 @@ <h3>update<wbr>Attributes</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-session.ts#L21">alexa/alexa-session.ts:21</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-session.ts#L21">alexa/alexa-session.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -235,7 +235,7 @@ <h3>used</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/alexa-session.ts#L40">alexa/alexa-session.ts:40</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/alexa-session.ts#L40">alexa/alexa-session.ts:40</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand Down
10 changes: 5 additions & 5 deletions docs/api/classes/audioitem.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AudioItem | Bespoken Tools</title>
<title>AudioItem | Bespoken</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Bespoken Tools</a>
<a href="../index.html" class="title">Bespoken</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -115,7 +115,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/audio-item.ts#L7">alexa/audio-item.ts:7</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/audio-item.ts#L7">alexa/audio-item.ts:7</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -137,7 +137,7 @@ <h3>stream</h3>
<div class="tsd-signature tsd-kind-icon">stream<span class="tsd-signature-symbol">:</span> <a href="audioitemstream.html" class="tsd-signature-type">AudioItemStream</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/audio-item.ts#L7">alexa/audio-item.ts:7</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/audio-item.ts#L7">alexa/audio-item.ts:7</a></li>
</ul>
</aside>
</section>
Expand All @@ -154,7 +154,7 @@ <h3>clone</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/2342195/lib/alexa/audio-item.ts#L20">alexa/audio-item.ts:20</a></li>
<li>Defined in <a href="https://github.com/bespoken/bst/blob/035a102/lib/alexa/audio-item.ts#L20">alexa/audio-item.ts:20</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down

0 comments on commit c660530

Please sign in to comment.