Hillbillysoftware Shinobi
Connector for the hillbillysoftware-shinobi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.hillbillysoftware.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
actor_get— GET /Actors/Search/{accesstoken}/{Query} — Returns data on queried actor/actress. Result set limited to 5 recordsaliasesbyid_get— GET /Aliases/ByID/{AccessToken}/{imdbID} — Get known aliases for Movies or Television shows from passed imdbIDaliases_get— GET /Aliases/ByName/{AccessToken}/{Title} — Get known aliases for Movies or Television showsawardsbywinner_get— GET /Awards/ByWinner/{AccessToken}/{Nominee} — Gets all awards by nominieeawards_get— GET /Awards/ByYear/{Year} — Gets all awards for requested yearschedulebydate_get— GET /Calendar/ByDate/{AccessToken}/{Date}/{Country} — Gets TV Schedule for selected data
Inputs
apiKey— your hillbillysoftware-shinobi 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: actor_get
apiKey: <your key>