Skip to content

Latest commit

 

History

History
101 lines (55 loc) · 2.81 KB

SocialPlatformServiceApi.md

File metadata and controls

101 lines (55 loc) · 2.81 KB

\SocialPlatformServiceApi

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.

get_platforms

std::path::PathBuf get_platforms(body) Used to Handle Incoming Webhooks from Facebook.

Used to Handle Incoming Webhooks from Facebook

Parameters

Name Type Description Required Notes
body Option<String>

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/xml
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

listen_twitter_webhook

std::path::PathBuf listen_twitter_webhook(body) Used to Handle Incoming Webhooks from Facebook.

Used to Handle Incoming Webhooks from Facebook

Parameters

Name Type Description Required Notes
body Option<String>

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json, application/xml

[Back to top] [Back to API list] [Back to Model list] [Back to README]

register_twitter_webhook

std::path::PathBuf register_twitter_webhook(crc_token) Used to Handle Incoming Webhooks from Twitter.

Used to Handle Incoming Webhooks from Twitter

Parameters

Name Type Description Required Notes
crc_token Option<String>

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]