Peel Ci
Connector for the peel-ci API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://hashtag.peel-ci.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getrelatedhashtags— GET /hashtag/related — Gets related hashtags for a show.gettrendingshows— GET /hashtag/trendingShows — Gets trending shows.gettuneinlinks— GET /hashtag/tuneinlinks — Gets tunein URLs (links) from either a tweet, hashtags, @mentions, or show ID.gethealth— GET /health — Get health of Tune-in service (which includes its uptime).getstatuses— GET /status/{showID} — Gets the last 100 statuses for this show.
Inputs
apiKey— your peel-ci API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getrelatedhashtags
apiKey: <your key>