This is an example of Wordpress plugin using the APIgoat API
Go to file
Fred 7cd6339996 initial 2020-09-04 06:10:06 +08:00
admin initial 2020-09-04 06:10:06 +08:00
classes initial 2020-09-04 06:10:06 +08:00
includes initial 2020-09-04 06:10:06 +08:00
languages initial 2020-09-04 06:10:06 +08:00
public initial 2020-09-04 06:10:06 +08:00
.gitignore initial 2020-09-04 06:10:06 +08:00
LICENSE.txt initial 2020-09-04 06:10:06 +08:00
README.md initial 2020-09-04 06:10:06 +08:00
README.txt initial 2020-09-04 06:10:06 +08:00
apigoat_doc.php initial 2020-09-04 06:10:06 +08:00
composer.json initial 2020-09-04 06:10:06 +08:00
composer.lock initial 2020-09-04 06:10:06 +08:00
index.php initial 2020-09-04 06:10:06 +08:00
uninstall.php initial 2020-09-04 06:10:06 +08:00

README.md

APIgoat API wordpress plugin

This is an example of Wordpress plugin using the APIgoat API

It produce a shortcode to fetch and format content from a APIgoat project API.

It is based on DevinVinson/WordPress-Plugin-Boilerplate(https://github.com/DevinVinson/WordPress-Plugin-Boilerplate)

Details

  • classes/APIgoatList.php is the main shortcode definition
  • classes/APIgoatFetchAPI.php contains the authentication and query
  • classes/APIgoatDoc.php is a formater

License

MIT