JujaLabs / docs

JuJa Platform Docs
4 stars 14 forks source link

Add to Gamification-slackbot requirements new end points #43

Closed OlgaKulikova closed 7 years ago

OlgaKulikova commented 7 years ago

getPoints(@slackname)

  1. if param exists - get amount of points from Gamification microservice for user with this slackname.

  2. if param is absent - get points for user who sent this command.

It could be two different end points: /commands/getPoints and /commands/getMyPoints Then create tickets for Gamification-slackbot to implement these end points,