Coder Social home page Coder Social logo

amazon-instant-access-sdk-net's Introduction

Amazon AIA SDK

This SDK provides reference code for a vendor to implement an Amazon Instant Access (AIA) endpoint. There are 3 visual studio projects included:

  • DTASDK - Contains request/response objects, and signing logic
  • DTASDKTest - Test project for signing logic
  • DTASDKWeb - An ASP.Net WebApi project with controllers that handle AIA requests

Dependencies and Building

Paket is used to manage and install nuget packages. The main dependencies are ASP.Net WebApi for DTASDKWeb, and Moq for testing. Building DTASDK.sln with Visual Studio or msbuild from a developer command prompt will install the required dependencies via paket for each project.

Getting Started

Implementing your AIA endpoint is similar to the the Java Sdk. An AccountLinkingController and PurchaseController are provided in the DTASDKWeb project that must be extended with your implementation for the required methods and credential store. Configure your routes in WebApiConfig.cs or use Attribute based routing on your controller implementation.

While this implementation uses WebApi, you can use any web framework to implement your endpoint using the same pattern used in the InstantAccessController and classes provided in the DTASDK project.

amazon-instant-access-sdk-net's People

Contributors

hyandell avatar jorge-ortega avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.