├── .gitattributes ├── LICENSE ├── README.md ├── includes ├── endpoint.php └── request.php ├── index.php ├── readme.txt ├── views └── output.php └── wp-helpscout.php /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jack-arturo/wordpress-helpscout/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jack-arturo/wordpress-helpscout/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jack-arturo/wordpress-helpscout/HEAD/README.md -------------------------------------------------------------------------------- /includes/endpoint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jack-arturo/wordpress-helpscout/HEAD/includes/endpoint.php -------------------------------------------------------------------------------- /includes/request.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jack-arturo/wordpress-helpscout/HEAD/includes/request.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 |