Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 713 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 713 Bytes

feedback

pipeline status Docker Pulls

Service to collect user feedback

Run

mage build
mage run
curl http://localhost:8080/api/v1/ping

API

See swagger.json for details. Or curl http://localhost:8080/api/v1/swagger.json on a running server

Go API is available in github.com/mysteriumnetwork/feedback/client package.

Updating API

Regenerate swagger.json (command below) and commit changes.

mage regen