Awsdart is a library to make it easier to use Amazone Web Service API in dart. Suports browser server and cli whit mostly the same api.
WARNING this package is new and unstable. Please test and give feedback. WARNING
The main goals for the project.
- Layered implementation.
- Documented.
- Well tested.
###Layers
Layer 0:
This layer only do signing of requests with your amazon credential. And simple checksum validation of the response. So you can use it to implement any aws api.
Layer 1:
Is a one to one mapping of the aws api in dart.
Layer 2:
A more dart natural api based on layer 1 apis.
This project is licensed under the BSD 2-Clause License.