Skip to content

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

License

Notifications You must be signed in to change notification settings

MistressPlague/ShoppyCSharpAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages