action peel_ci_get_tunein_links { label: "Gets tunein URLs (links) from either a tweet, hashtags, @mentions, or show ID." description: "Either use tweet, hashtags, or showID as the parameter. The tunein URLs that match best are returned in order of best match.

A tweet in this context is shorthand for text from a social networking conversation, e.g., it could be from Facebook, Twitter, LinkedIn, etc., and be greater than 140 characters." provider: peel_ci method: GET path: "/hashtag/tuneinlinks" encoding: json input: { type: "object" properties: { hashtags: { type: "string" } showID: { type: "string" } tweet: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }