This is a mirror of official site: http://jasper-net.blogspot.com/

Google Storage API with C#. SharpGs. Try it

| Sunday, June 20, 2010
Eh.. long time in silent, but today I have great news for you - SharpGs, is a first open-source C# library to access Google Storage API.

Why have I done that - maybe for fun and interest of Google products. But the real idea was that now I have something new to share and give to society, and became alive in my blog :).

How to use
Here will be the small instruction on how to use the library. On the GitHub you will find a demo project with the main function calls. So, here is the instruction:

First of all you need to get invite or right to access this beta-testing launch of SharpGs.
Here you need to create new access key pair (open key and a secret to crypt verification data).
In your code create a new instance of SharpGsClient class and pass key and secret, you have got from step 2. And you are done :)

To get the list of buckets from the server, use the "Buckets" property of SharpGsClient instance object. This property provides the enumeration of IBucket interface objects, which has properties of bucket information or methods to operate with bucket objects.

Read more: iOleksiy's Blog
Read more: SharpGs

Posted via email from .NET Info

0 comments: