Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkataskin committed Sep 23, 2015
1 parent 4982a9a commit f88443e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
Erlazure is a library for accessing Windows Azure Storage Services. The API is subject to change.

Service APIs implemented:
* Queue storage service (API ver. "2012-02-12")
* Blob storage service (API ver. "2012-02-12")
* Queue storage service (API ver. "2014-02-14")
* Blob storage service (API ver. "2014-02-14")
* Table storage service (API ver. "2014-02-14")

##Requirements

Expand Down Expand Up @@ -39,6 +40,11 @@ Erlazure requires OTP version R16+.
* Get block list
* Lease container

* Table storage service
* List tables
* New table
* Delete table

##Starting an instance of erlazure

Start an instance of erlazure by calling ```erlazure:start/2``` where **Account** is Storage account name and **Key** is Storage account key.
Expand Down

0 comments on commit f88443e

Please sign in to comment.