Adds a birthday to the nosql database. Requires both listed parameters
":8081/add_birthday"
"GET"
date
name
:8081/add_birthday?date=01-01&name=streamer
200: Successful
Return String:
{name} added to friendo's birthdays <3
200: Failed
Return String:
Please use like: !addbday "MM-DD" "name"
Top of PageReturns all birthdays for given date
":8081/get_birthdays"
"GET"
date
:8081/get_birthdays?date=01-01
200: Successful
Return String:
The following friendos have birthdays on {date}
200: Failed
Return String:
Please use like: !getbday \"01-01\"
Top of Page