Project DescriptionThis project provides you with all you need for developing Affiliate Marketing Solutions in .NET based on zanox Web Services for the zanox Application Store.
zanox Web Services Client Library for .NET
- Based on API Version 2009-07-01
- Supports zanox Connect
- Supports zanox Application Store
// c# zanox Connect Example - getprofile
string authToken = context.Request[PublisherAPI.AUTHTOKEN_NAME];
PublisherAPI zanox = new PublisherAPI(null);
string publicKey = System.Configuration.ConfigurationManager.AppSettings["ZANOX.PublicKey"];
string secretKey = System.Configuration.ConfigurationManager.AppSettings["ZANOX.SecretKey"];
sessionType zanoxConnectSession = zanox.GetSession(publicKey, secretKey, authToken);
profileItem profile = publisherAPI.GetProfile(zanoxConnectSession);
Additional information:
Projects using the zanox Web Services Client Library