WP Gutendex
Plugin to create 'books' custom table and insert book records GET via Gutendex API.
by Praveen Dias · github.com/praveendias1180/wp-gutendex · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/praveendias1180/wp-gutendex/archive/refs/heads/master.zipDeclares an update source (https://example.com/my-plugin/), so updates arrive through the plugin's own updater.
From the readme
WP Gutendex
Gutenburg Gutendex API WordPress
Plugin to create 'books' custom table and insert book records GET via Gutendex API. Removes the table on uninstall.
https://github.com/garethbjohnson/gutendex
Packets from Gutendex
How to decrypt HTTPS traffic with Wireshark is here. https://www.youtube.com/watch?v=5qecyZHL-GU
See the image for API calls to Gutendex.
If you are packet head, you might be interested in the the following channel,
https://www.youtube.com/c/ChrisGreer/about
Click here to download the above two packets for you reference.
On Activation
On plugin activation, a custom WordPress table is created and automatically populated from the Gutendex API data.
Admin Table
WordPress admin table is created by extending the WPListTable Class
https://developer.wordpress.org/reference/classes/wplisttable/