Add console command for show endpoints list.
Just simple command for kdyby/console and Apitte - Great PHP/PSR7 API for Nette Framework, that shows available endpoints in console., (*1)
Install with Composer, (*2)
$ composer require thomasoj/apitte-endpoints-list
Register command in config.neon, (*3)
services: ApitteEndpointsListCommand: class: - Thomasoj\ApitteEndpointsList\Command\ApitteEndpointsListCommand tags: [kdyby.console.command]
$ bin/console api:endpoints
Sources Download
command console nette router endpoint apitte