2017 © Pedro Peláez
 

library api-tester

Api tester for laravel and dingo api

image

zhan3333/api-tester

Api tester for laravel and dingo api

  • Monday, November 27, 2017
  • by zhan3333
  • Repository
  • 1 Watchers
  • 0 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 6 Versions
  • 18 % Grown

The README.md

API tester for laravel-admin and dingo api

StyleCI Packagist Total Downloads Pull request welcome, (*1)

Inspired by laravel-api-tester., (*2)

Documentation | 中文文档, (*3)

Screenshot

wx20170809-164424, (*4)

Installation

$ composer require laravel-admin-ext/api-tester -vvv

$ php artisan vendor:publish --tag=api-tester

Then last run flowing command to import menu and permission:, (*5)

$ php artisan admin:import api-tester

Finally open http://localhost/admin/api-tester., (*6)

Configuration

api-tester supports 3 configuration, open config/admin.php find extensions:, (*7)


'extensions' => [ 'api-tester' => [            // route prefix for APIs            'prefix' => 'api', // If you are not using the default user model as the authentication model, set it up 'user_retriever' => function ($id) { return \App\User::find($id); }, ] ]

Document use

use Dingo api doc: https://github.com/dingo/api/wiki/API-Blueprint-Documentation, (*8)

 * @Parameters({
 *      @Parameter("contract_file_id", description="文件id")
 * })

License

Licensed under The MIT License (MIT)., (*9)

The Versions

27/11 2017

dev-master

9999999-dev https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel and dingo api

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api dingo laravel-admin tester

27/11 2017

v1.0.3

1.0.3.0 https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel and dingo api

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api dingo laravel-admin tester

27/11 2017

v1.0.2

1.0.2.0 https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel and dingo api

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api dingo laravel-admin tester

28/09 2017

dev-analysis-q1nJ23

dev-analysis-q1nJ23 https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api laravel-admin tester

31/08 2017

v1.0.1

1.0.1.0 https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api laravel-admin tester

09/08 2017

v1.0

1.0.0.0 https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api laravel-admin tester