Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 457 Bytes

File metadata and controls

15 lines (8 loc) · 457 Bytes

Nancy API

Build status

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