├── README.md ├── config.php ├── index.php ├── plugins ├── plugin_json.php ├── plugin_slack.php └── plugin_text.php ├── restful-frotz.php └── tester.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlef/restful-frotz/HEAD/README.md -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlef/restful-frotz/HEAD/config.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlef/restful-frotz/HEAD/index.php -------------------------------------------------------------------------------- /plugins/plugin_json.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlef/restful-frotz/HEAD/plugins/plugin_json.php -------------------------------------------------------------------------------- /plugins/plugin_slack.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlef/restful-frotz/HEAD/plugins/plugin_slack.php -------------------------------------------------------------------------------- /plugins/plugin_text.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlef/restful-frotz/HEAD/plugins/plugin_text.php -------------------------------------------------------------------------------- /restful-frotz.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlef/restful-frotz/HEAD/restful-frotz.php -------------------------------------------------------------------------------- /tester.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlef/restful-frotz/HEAD/tester.php --------------------------------------------------------------------------------