arnemolland / sigv4

Dart library for signing AWS requests with Signature Version 4
MIT License
17 stars 23 forks source link

Example #1

Closed JeromeDesseaux closed 4 years ago

JeromeDesseaux commented 5 years ago

Hi and thanks for the work!

I'd like to use your library but cant find an example or even understand its purpose. Could you provide some code in order to use it properly? Thanks :)

igoralves1 commented 4 years ago

@JeromeDesseaux did you manage to use this package? I am getting some erros.

JeromeDesseaux commented 4 years ago

Hi @igoralves1,

No, I didn't. I finally made my own Amazon requester signing requests on my own. Feel free to reuse this code

My code is made for requesting books products by their barcode (ISBN). I think you may adapt it for your own needs. Anyway, this code is pretty straight forward and you may understand it quite easily.

Feel free to send me another message if needed :)

arnemolland commented 4 years ago

Hi @igoralves1, @JeromeDesseaux 👋

Sorry for the late response. I'm rewriting parts of this library, and will add documentation and examples!

arnemolland commented 4 years ago

Finished API/documentation update in 4191d0f