laravel-api-tester icon indicating copy to clipboard operation
laravel-api-tester copied to clipboard

Test your routes without hassle

Results 21 laravel-api-tester issues
Sort by recently updated
recently updated
newest added

我在路由中定义了一个 options 的路由 ,在打开 api-test 模块后报错 Undefined index: OPTIONS **vendor/laravel-admin-ext/api-tester/src/ApiTester.php** ``` public static $methodColors = [ 'GET' => 'green', 'HEAD' => 'gray', 'POST' => 'blue', 'PUT' => 'yellow', 'DELETE' =>...

- [ ] Show error when json is incorrect and not just send previous correct json.

enhancement

**Error: no matching route found**

enhancement

![](http://i.imgur.com/HbvGQjQ.png)

By the api-tester.blade.php file, `` return the http link not https, also `{{ route('api-tester.file', ['file' => 'api-tester.css']) }}` and `{{ route('api-tester.file', ['file' => 'api-tester.js']) }}`.

setup the header once and retain across all routes, just like postman

enhancement

Re-click on the "Send Request" can cause an error if the result of the first request received the header `ETag`. A second request is transmitted header "If-None-Match", but the server...

enhancement

Would be great to see some of these features: 1. Stack trace 2. Queries have been executed 3. Response time 4. Timeline maybe :)

enhancement

**sould be** - [ ] Lumen support - [ ] Local Storage Driver - [ ] Request Collections - [ ] Import postman's requests - [ ] Different domains support...

enhancement