Skip to content

Instantly share code, notes, and snippets.

View HakanL's full-sized avatar

Hakan Lindestaf HakanL

View GitHub Profile
@HakanL
HakanL / StatsMixClient.cs
Created September 29, 2011 09:57 — forked from johnsheehan/StatsMixClient.cs
basic client for StatsMix REST API (updated to RestSharp 102)
using System;
using RestSharp;
namespace StatsMix
{
// Requires RestSharp
// http://restsharp.org
// http://github.com/johnsheehan/RestSharp
// Usage