Skip to content

Instantly share code, notes, and snippets.

View hvt's full-sized avatar

Harm van Tilborg hvt

  • IXON Cloud
  • Netherlands
  • 11:14 (UTC +02:00)
View GitHub Profile
@hvt
hvt / code.php
Last active September 18, 2015 12:36 — forked from matthijsotterloo/code.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
require_once 'vendor/Request.php';
require_once 'vendor/Session.php';
require_once 'vendor/SpotifyWebAPI.php';
require_once 'vendor/SpotifyWebAPIException.php';
class Spotify extends MY_Controller
{
public function __construct()