Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 546 Bytes

readme.md

File metadata and controls

32 lines (25 loc) · 546 Bytes

Endman

About

Endpoint creation made easy

Usage

  • Download or clone the files
  • Add this path to environment variables or stay in this directory
  • Use the endman command

Example

$ go build

$ endman
ENDMAN V0.0.1 ~ @matheusrabelo
Listening on port  :8091
Route path: /endman
Method for this route: PUT
Added route  PUT /endman
Route path: /endman
Method for this route: DELETE
Added route  DELETE /endman
Route path: end
----------------------------------
PUT /endman
DELETE /endman
----------------------------------