We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the podping history end point it should be possible to add a nice display of the last 5 times the show has sent out a podping.
https://plug-play.imwatsi.com/docs#/podping/get_podping_url_latest_api_podping_history_latest_url_get
curl -X 'GET' \ 'https://plug-play.imwatsi.com/api/podping/history/latest/url?url=http%3A%2F%2Ffeed.nashownotes.com%2Frss.xml' \ -H 'accept: application/json'
If you want you can link the trx_id to a page like this:
trx_id
https://hive.ausbit.dev/tx/105bddefd3fd8c17f571b7dca533efe0f8b4c9c7
{ "feed_updates": [ { "trx_id": "665fb01cea61eb3894e32b89d0c7e7ade8b0117f", "block_num": 63400457, "created": "2022-04-10T21:01:00" }, { "trx_id": "7e9d72ccbcffdebb60cfc35ceb34702e9e92bf62", "block_num": 63400320, "created": "2022-04-10T20:54:09" }, { "trx_id": "6d249d5e1f889bd3b379372527ad4d60b58c2a93", "block_num": 63306253, "created": "2022-04-07T14:17:57" }, { "trx_id": "fd6d0f6cc02f05decafcad26681c1d2d3347c60b", "block_num": 63306139, "created": "2022-04-07T14:12:12" }, { "trx_id": "105bddefd3fd8c17f571b7dca533efe0f8b4c9c7", "block_num": 63195260, "created": "2022-04-03T17:32:15" } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the podping history end point it should be possible to add a nice display of the last 5 times the show has sent out a podping.
If you want you can link the
trx_id
to a page like this:https://hive.ausbit.dev/tx/105bddefd3fd8c17f571b7dca533efe0f8b4c9c7
The text was updated successfully, but these errors were encountered: