Aliyun API utils
The package can be installed by adding :aliyun_util
to your list of
dependencies in mix.exs
:
def deps do
[
{:aliyun_util, "~> 0.3.5"}
]
end
Available utility helper functions:
Aliyun.Util.Encoder
Aliyun.Util.Sign
Aliyun.Util.Time
Copyright (c) 2018 ug0
This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the LICENSE.md file for more details.