2017 © Pedro Peláez
 

library apitte-endpoints-list

Add console command for show endpoints list.

image

thomasoj/apitte-endpoints-list

Add console command for show endpoints list.

  • Tuesday, January 2, 2018
  • by Thomasoj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 91 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 38 % Grown

The README.md

Apitte Endpoint List Command

Just simple command for kdyby/console and Apitte - Great PHP/PSR7 API for Nette Framework, that shows available endpoints in console., (*1)

Usage

  1. Install with Composer, (*2)

    $ composer require thomasoj/apitte-endpoints-list
    
  2. Register command in config.neon, (*3)

    services:
        ApitteEndpointsListCommand:
            class:  - Thomasoj\ApitteEndpointsList\Command\ApitteEndpointsListCommand
            tags: [kdyby.console.command]
    
  3. Run command $ bin/console api:endpoints

The Versions

02/01 2018

dev-master

9999999-dev

Add console command for show endpoints list.

  Sources   Download

by Tomas Travnicek

command console nette router endpoint apitte