jeeves

package module
v0.0.0-...-4f19659 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2015 License: MIT Imports: 15 Imported by: 0

README

Alexa, meet Jeeves.

Jeeves is a delightful base atop which to develop an Alexa Skills Kit-compliant web service to extend the Amazon Echo. It has no external dependencies.

Inspired by mikeflynn/go-alexa.

Usage

A basic usage example is available in examples/hello.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterSkill

func RegisterSkill(skill *Skill) http.Handler

Types

type Skill

type Skill struct {
	Name          string
	Endpoint      string
	ApplicationID string
	Handler       func(*Skill, *ask.Request) *ask.Response
	// contains filtered or unexported fields
}

func (*Skill) ServeHTTP

func (skill *Skill) ServeHTTP(w http.ResponseWriter, r *http.Request)

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL