awsdart 0.0.1
awsdart: ^0.0.1 copied to clipboard
Library to work wit Amazone Web Service.
awsdart #
Awsdart is a library to make it easier to use Amazone Web Service API in dart.
WARNING this package is very new and unstable. Do not use for anyting important. But 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.
###Project Status.
- Layer 0:
- Signing request. [Done but not well tested]
This project is licensed under the BSD 2-Clause License.