A REST API interface to use cowsay
Remember to configure your GOPATH correctly
go run ./main.go
To build the app, run go build -o cowrest ./main.go
You can find the binaries for download on releases page
Enter the binary location and run.
linux: ./cowrest
MacOS: ./darwin_cowrest
windows: ./cowrest.exe
You can get the API Docs on this link
The OpenAPI specs can be found in doc/
folder. You can use one of the tools below for visualization:
- Get cow files
- Create new cows
- Generate swagger specs automatically