Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 369 Bytes

File metadata and controls

8 lines (8 loc) · 369 Bytes

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());