rikkus / hs-zenfolio

Automatically exported from code.google.com/p/hs-zenfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HS.ZenFolio is a collection of utilities which interact with the ZenFolio online photo hosting service.

Comprises various projects aimed at different aspects of interaction with Zenfolio via its web service API.

Initial project added is a wrapper around the Zenfolio web service API designed to make authentication (and re-authentication when it times out) transparent.

This project presents a WCF service, unlike the examples provided by Zenfolio which use WS-.

It allows selection of plain or SSL transport.

Example usage:


var rootGroup = client.LoadGroupHierarchy(profile.LoginName);

Console.WriteLine(rootGroup.Title);
} ```

About

Automatically exported from code.google.com/p/hs-zenfolio


Languages

Language:C# 100.0%