2020-09-03 22:10:06 +00:00
|
|
|
|
|
|
|
# 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
|
2020-12-06 22:21:31 +00:00
|
|
|
* classes/APIgoatListModifiers.php is the main shortcode definition
|
2020-09-03 22:10:06 +00:00
|
|
|
* classes/APIgoatFetchAPI.php contains the authentication and query
|
|
|
|
* classes/APIgoatDoc.php is a formater
|
|
|
|
|
|
|
|
License
|
|
|
|
----
|
|
|
|
|
|
|
|
MIT
|