Skip to content
New issue

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

Suggestion: add a "this feed last podping'ed" display #167

Open
brianoflondon opened this issue Apr 11, 2022 · 0 comments
Open

Suggestion: add a "this feed last podping'ed" display #167

brianoflondon opened this issue Apr 11, 2022 · 0 comments

Comments

@brianoflondon
Copy link
Contributor

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:

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"
   }
 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant