A very simple Web API build with NancyFX framework
##Endpoint
GET /api/tunnel
: will return list of tunnels
GET /api/tunnel/{id}
: will return tunnel details by specific id
POST /api/tunnel
: to add new tunnel
DELETE /api/tunnel/{id}
: to delete tunnel by specific id