Skip to content

Instantly share code, notes, and snippets.

View ischyrus's full-sized avatar

Steven ischyrus

  • Flapjack
  • Kihei, HI
View GitHub Profile
openapi: 3.0.0
info:
title: Loyverse API
description: >
# Using the REST API
The Loyverse API follows the general patterns of REST. You can use the
resources of a Loyverse account (items, receipts, etc.) by making HTTPS
requests to URLs that represent those resources. You can find description of

Keybase proof

I hereby claim:

  • I am ischyrus on github.
  • I am schermerhorn (https://keybase.io/schermerhorn) on keybase.
  • I have a public key ASDqLbmJBmK7z_y6pDjRDtss_gmioeuNwNTHC_XLW97h_go

To claim this, I am signing this object:

@ischyrus
ischyrus / gist:1124119
Created August 3, 2011 23:22
Sample API Call
using System.IO;
using System.Net;
namespace SampleApiCallCSharp
{
class Program
{
static void Main(string[] args)
{
string apikey = "your api key";