Skip to content

Instantly share code, notes, and snippets.

@Seza
Seza / api_client.php
Created February 26, 2012 17:12
Pixelpost 2 API client
<?php
class Pixelpost_Api_Client
{
const API_URL = 'http://localhost/pixelpost/api/';
const PUB_KEY = '';
const PRIV_KEY = '';
protected $is_auth = false;
protected $session = '';