-
Notifications
You must be signed in to change notification settings - Fork 3
API Documentation
Jonathan Goh edited this page Aug 13, 2016
·
3 revisions
Welcome to the Misato API wiki page!
Badge | Description |
---|---|
this specs is working in progress, or feature that are nice to have, and we are not implement it yet ! | |
this spec is pending, waiting to be merged in our codebase | |
this spec is stable, basically will not change |
The message theme is predefined and will be rendered in backend, and post to facebook in certain time interval.
{
"message": "今天大好天气我竟然要在家补文档!",
"message-theme": "Swagness"
}
If success, it will return:
{
"success": true,
"id": "post id",
"countdown":"Hr:Min:Sec.Millisec"
}
Reply message using the predefined role.
{
"reply-message": "我说啊,你比我还好多了。",
"using-role": "学霸"
}
If success, it will return:
{
"success": true,
"facebook_post": "facebook_post_id_link"
}
If you do like our codes, be our stargazer! Just star
us
Feel free to send us Pull Request
, or fork
it, we don't care
Questions & comments? Please open issue at Misato - issue