/ShoppyCSharpAPI

A Very Simple And Easy To Use Shoppy C# API - Please Credit If Used Or You Take Code From This!

Primary LanguageC#MIT LicenseMIT

ShoppyCSharpAPI

A Very Simple And Easy To Use Shoppy C# API - Please Credit If Used Or You Take Code From This!

NOTE

This Requires Newtonsoft.Json. Right Click References, Go To The Assemblies Tab & Search Json.

Usage:

var ShoppyAPI = new Shoppy("apikeyhere");
var Products = JsonConvert.DeserializeObject<Shoppy.Product[]>(ShoppyAPI.GetAllProducts());