Skip to content

Instantly share code, notes, and snippets.

View nostah's full-sized avatar

Bartłomiej Pater nostah

  • Szczecin, Poland
View GitHub Profile
@nostah
nostah / gist:d610459d50564c729c56
Created April 13, 2015 07:42
php swagger 2.0 api sample
<?php
use Swagger\Annotations as SWG;
/**
* @SWG\Swagger(
* basePath="/v1",
* host="api.local",
* schemes={"http"},
* produces={"application/json"},