Banner showing base of Eiffel tower

Github

Download version 1.4.8: Windows or Linux

Network Library: Amazon Instant Access API

This library has 24 classes.

ECF: amazon-instant-access.ecf

An Eiffel interface to the Amazon Instant Access API. This API enables third party vendors to fulfil orders for digital goods on the Amazon store. It enables One-time purchases but not subscriptions. It passes a basic test suite but has not yet been tested in production.

Directory: library/network/amazon-ia

[ . ]

. /authorization

. /codes

. /request

. /response

[ . ]

AIA_OPERATION

Parses the JSON from an Instant Access request and stores the operation name accessible as name.

AIA_REQUEST_MANAGER

Object that selects the appropriate request object for each Amazon Instant Access request and then returns a vendor response.

Further Information

Click on class link to see client examples.

authorization

AIA_AUTHORIZATION_HEADER

Authorization header for authentication

Further Information

Click on class link to see client examples.

AIA_CANONICAL_REQUEST

Request formatted in a standard (canonical) form for hashing

AIA_CREDENTIAL

Credential for authenticating requests

Further Information

Click on class link to see client examples.

AIA_CREDENTIAL_ID

ID for AIA_CREDENTIAL

Further Information

Click on class link to see tests and client examples.

AIA_CREDENTIAL_LIST

A queryable list of AIA credentials. See class AIA_CREDENTIAL.

Further Information

Click on class link to see notes and client examples.

AIA_SHARED_CREDENTIAL_LIST

Shared instance of AIA_CREDENTIAL_LIST or a conforming type, AIA_STORABLE_CREDENTIAL_LIST for example.

Further Information

Click on class link to see notes and tests.

AIA_SIGNER

Signs Instant Access HTTP requests using credentials issued by Amazon

Further Information

Click on class link to see client examples.

AIA_STORABLE_CREDENTIAL_LIST

Stores AIA credentials securely in AES encrypted data chain

Further Information

Click on class link to see tests and client examples.

AIA_VERIFIER

Verifies Instant Access request as authentic

Further Information

Click on class link to see client examples.

codes

AIA_REASON_ENUM

Reasons for purchase/purchase revokation. Accessible via {AIA_SHARED_ENUMERATIONS}.Reason_enum.

AIA_RESPONSE_ENUM

Instant Access response codes with corresponding names accessible as message. Accessible via {AIA_SHARED_ENUMERATIONS}.Response_enum. See also class AIA_PURCHASE_REQUEST.

AIA_SHARED_ENUMERATIONS

Shared response codes and purchase reason codes

Further Information

Click on class link to see client examples.

request

AIA_GET_USER_ID_REQUEST

Instant Access account linking request

Further Information

Click on class link to see client examples.

AIA_PURCHASE_REQUEST

Instant Access purchase request

Further Information

Click on class link to see client examples.

AIA_REQUEST

Parent class for instant access requests

Further Information

Click on class link to see descendants.

AIA_REVOKE_REQUEST

Instant Access request to revoke a purchase

Further Information

Click on class link to see client examples.

AIA_SHARED_REQUEST_MANAGER

Aia shared request manager

Further Information

Click on class link to see client examples.

response

AIA_FAIL_RESPONSE

Aia fail response

Further Information

Click on class link to see client examples.

AIA_GET_USER_ID_RESPONSE

Vendor's response to Instant Access account linking request.

Further Information

Click on class link to see client examples.

AIA_PURCHASE_RESPONSE

Vendor's response to Instant Access purchase request

Further Information

Click on class link to see client examples.

AIA_RESPONSE

Parent class for instant access responses to requests

Further Information

Click on class link to see descendants and client examples.

AIA_REVOKE_RESPONSE

Vendor's response to Instant Access request for revoking a purchase

Further Information

Click on class link to see client examples.