18 lines
488 B
Markdown
18 lines
488 B
Markdown
|
|
||
|
# 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
|