GetHubServices¶
This method returns information about Item and Stream types we support in Hubs.
Request¶
GET https://api.uberflip.com/?Version=0.1&Method=GetHubServices&APIKey=xxxxxxx&Signature=xxxxxx&ResponseType=XML
URL Parameters | Description |
---|---|
Version | The version of the API to call (0.1 ). |
Method | The method being called (GetHubServices ). |
APIKey | Your account’s API key. |
Signature | Your account’s API signature. |
ResponseType | (optional) The response format (XML or JSON ). Defaults to JSON . |
Examples¶
Sample response:
<Response>
<Service>
<verb>View</verb>
<noun>Tweet</noun>
<label>Twitter</label>
<stream_type>social</stream_type>
<item_type>twitter</item_type>
</Service>
...
</Response>