I hereby claim:
- I am sdt on github.
- I am sdt (https://keybase.io/sdt) on keybase.
- I have a public key ASC_1H-6kQEXCsUJjxmjI2BrbDjOcxUD2_E7sQTQ6vpw_Ao
To claim this, I am signing this object:
swagger: '2.0' | |
info: | |
version: 0.0.1 | |
title: Streuth Profile API | |
basePath: /api | |
tags: | |
- name: public |
I hereby claim:
To claim this, I am signing this object:
use Dancer2; | |
any '/' => sub { | |
return { hello => 'world' }; | |
}; | |
dance; |