Skip to content

Instantly share code, notes, and snippets.

View ioleksiy's full-sized avatar

Oleksii Glib ioleksiy

View GitHub Profile
@ioleksiy
ioleksiy / ePochtaSimpleDemo.cs
Created June 4, 2014 09:29
Using ePochta SMS Gateway
using System;
using Rest4Net.ePochta;
using Rest4Net.ePochta.Responses;
namespace ConsoleApplication1
{
class Program
{
// Provide yours here
private const string PublicKey = "public-key";