http://kuaas.com/api/v1
Param | Desc | Value | Example |
---|---|---|---|
http://kuaas.com/api/v1/$NAME | Name of the person you're sending kudos to | String | http://kuaas.com/api/v1/John |
http://kuaas.com/api/v1/$NAME /$SUBJECT | Subject or reason |
you need to also send a customMessage query param | http://kuaas.com/api/v1/John/greatWork |
Param | Desc | Value | Example |
---|---|---|---|
gif | Value to provide back a gif | Boolean | http://kuaas.com/api/v1/John/greatWork?gif=true |
gifTag | Tag to filter the response gif | String | http://kuaas.com/api/v1/John/greatWork?gif=true&gifTag=cake |
customMessage | If the subject sent doesn't match with the list of subject it will print this message | String | http://kuaas.com/api/v1/John/custom?gif=true&customMessage=Happy%20birthday&gifTag=cake |