Just simple command for kdyby/console and Apitte - Great PHP/PSR7 API for Nette Framework, that shows available endpoints in console.
-
Install with Composer
$ composer require thomasoj/apitte-endpoints-list -
Register command in config.neon
services: ApitteEndpointsListCommand: class: - Thomasoj\ApitteEndpointsList\Command\ApitteEndpointsListCommand tags: [kdyby.console.command] -
Run command
$ bin/console api:endpoints