Keep track on public api-docs changes.
export SLAP_URL="link to api-doc as json"
export SLAP_INTERVAL=30
export SLAP_SLACK_URL="link to Slack incomming webhook"
sbt run
SLAP_URL - url to the api-doc. Has to be in JSON.
SLAP_INTERVAL - in minutes.
SLAP_SLACK_URL - incomming webhook in Slack.
sbt docker:publishLocal
Launch container with default settings:
docker run --rm slap-swagger:0.1.1
or define some and run:
SLAP_URL="http://localhost:8080/api-docs/swagger.json" docker-compose up
- switch to quarz scheduler
Integration with Slack- docker compose