Skip to content

ug0/aliyun_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AliyunUtil

Build Status Module Version Hex Docs Total Download License Last Updated

Aliyun API utils

Installation

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

Usage

Available utility helper functions:

  • Aliyun.Util.Encoder
  • Aliyun.Util.Sign
  • Aliyun.Util.Time

Copyright and License

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.