0.10.8 • Published 6 years ago

ask-gib-api v0.10.8

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 years ago

ask-gib-api

Alexa Skills Kit API Library for TypeScript

npm

See also ask-gib for authoring Alexa Skills in TypeScript.

Installation

Install with npm:

npm install --save ask-gib-api

Note that because this actually compiles constants, this is installed with the --save option and NOT --save-dev.

Import ES6 style:

import * as ask from 'ask-gib-api';

NOTE: If you're also using the full ask-gib library, you don't need to import this library directly.

API Breakdown

Thanks

  • Amazon for creating such good documentation and a good product.
  • The official Alexa Skills Kit SDK for Node.js
    • This is where I got the idea for the simple DynamoDB table persistence approach :+1:
  • Up.
0.10.8

6 years ago

0.10.7

6 years ago

0.10.6

6 years ago

0.10.5

6 years ago

0.10.4

6 years ago

0.10.3

6 years ago

0.10.2

6 years ago

0.10.1

6 years ago

0.10.0

6 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.3

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago