Skip to content

telemark-arkiv/tasks-collector-visma

Repository files navigation

Build Status js-standard-style

tasks-collector-visma

Greenkeeper badge Service for collecting tasks from Visma

Inbound messages

This microservice listens for the following messages

  • {cmd: 'collect-tasks', type: 'user'}

Outbound messages

This microservice emits the following messages

  • {info: 'tasks', type:'user'}

Docker

Build the image

$ docker build -t tasks-collector-visma .

Start

$ docker run -d --net host --name tasks-collector-visma tasks-collector-visma

From hub.docker.com

$ docker run -d --net host --name tasks-collector-visma telemark/tasks-collector-visma

Call the service

$ curl -d '{"cmd":"collect-tasks", "type": "user", "user":"enge"}' -v http://192.168.99.100:8000/act

About

Collect a user's tasks from Visma HRM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published