Skip to content

ma-gu/AlexaApiWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlexaApiWrapper

Project that wraps the ALEXA API into C# POCO objects, and implements authentication and all 5 API end points and their responses.

Usage:

var client = new AlexaClient(_alexaKey, _alexaSecretKey);
var urlInfo = client.GetUrlInfo("http://microsoft.com", UrlInfoResponseGroup.All);

About

C# POCO Wrapper for Amazon AWS Alexa API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages