Podcastindex-org/web-ui

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

Opened this issue · 0 comments

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"
   }
 ]
}