All URIs are relative to http://api.madana.io/rest
Method | HTTP request | Description |
---|---|---|
get_platforms | get /platforms | Used to Handle Incoming Webhooks from Facebook. |
listen_twitter_webhook | post /platforms/twitter | Used to Handle Incoming Webhooks from Facebook. |
register_twitter_webhook | get /platforms/twitter | Used to Handle Incoming Webhooks from Twitter. |
std::path::PathBuf get_platforms(body) Used to Handle Incoming Webhooks from Facebook.
Used to Handle Incoming Webhooks from Facebook
Name | Type | Description | Required | Notes |
---|---|---|---|---|
body | Option<String> |
std::path::PathBuf
No authorization required
- Content-Type: application/json, application/xml
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
std::path::PathBuf listen_twitter_webhook(body) Used to Handle Incoming Webhooks from Facebook.
Used to Handle Incoming Webhooks from Facebook
Name | Type | Description | Required | Notes |
---|---|---|---|---|
body | Option<String> |
std::path::PathBuf
No authorization required
- Content-Type: application/json
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
std::path::PathBuf register_twitter_webhook(crc_token) Used to Handle Incoming Webhooks from Twitter.
Used to Handle Incoming Webhooks from Twitter
Name | Type | Description | Required | Notes |
---|---|---|---|---|
crc_token | Option<String> |
std::path::PathBuf
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]