Dev Update - Week 15, 2022

in HiveDevs2 years ago

hive-plug-and-play-week-15-2022.png


Here’s an update on Hive Plug & Play’s development since my last update.


Podping endpoint

I created a new endpoint for @brianoflondon's Podping system. It provides historical data about the latest feed update from a given podping URL.

You can try it out here: https://plug-play.imwatsi.com/docs#/podping/get_podping_url_latest_api_podping_history_latest_url_get


FastAPI metadata

I updated the metadata for FastAPI to include more details about Plug & Play. This includes a description, website and email links, and a title.

Pull request: https://github.com/imwatsi/haf-plug-play/pull/12


Code cleanup

Pull request: https://github.com/imwatsi/haf-plug-play/pull/13

  • updated docs with latest information

  • removed redundant links

  • added more doc strings to internal functions

  • removed unused imports


FastAPI endpoint doc strings

Pull request: https://github.com/imwatsi/haf-plug-play/pull/14

The functions linked to FastAPI endpoints have been updated to include:

  • details of expected parameters
  • default values (if any)
  • expected data types
  • example request parameters

Polls: Deletion

I added the delete operation on Polls, to allow users to delete (hide) polls from the system.

Pull request: https://github.com/imwatsi/haf-plug-play/pull/15


Thanks for reading!


witness.png

I run a Hive witness node:

Sort:  

Thks for the updates