Running any of the Requestor methods yields the same result:
{'count': 0, 'start': 0, 'stop': 200, 'results': []}
I suspect the endpoint is configured differently than it was when this repo was built. If this is indeed still a functioning api (api.pbs.org), I'd love to see some response/error handling to tell the difference between no results found and no response returned.
Running any of the Requestor methods yields the same result:
{'count': 0, 'start': 0, 'stop': 200, 'results': []}I suspect the endpoint is configured differently than it was when this repo was built. If this is indeed still a functioning api (
api.pbs.org), I'd love to see some response/error handling to tell the difference between no results found and no response returned.