Download the PHP package binarytorch/larecipe-swagger without Composer
On this page you can find all versions of the php package binarytorch/larecipe-swagger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download binarytorch/larecipe-swagger
More information about binarytorch/larecipe-swagger
Files in binarytorch/larecipe-swagger
Download binarytorch/larecipe-swagger
More information about binarytorch/larecipe-swagger
Files in binarytorch/larecipe-swagger
Vendor binarytorch
Package larecipe-swagger
Short Description Live API Testing Inside Your Documentation
License MIT
Package larecipe-swagger
Short Description Live API Testing Inside Your Documentation
License MIT
Please rate this library. Is it a good library?
Informations about the package larecipe-swagger
LaRecipe Swagger
Let your users tests your APIs directly from the documentation!
LaRecipe 🍪
LaRecipe is simply a code-driven package provides an easy way to create beautiful documentation for your product or application inside your Laravel app.
Getting Started
-
Install the package via composer.
-
Use the provided VueJs component:
- Test your API:
- Customize your component via props:
Prop | Type | Default | Example |
---|---|---|---|
base-url |
String | The current location origin | https://example.com |
endpoint |
String | - | /api/v1/users |
default-headers |
Object | - | { 'Content-Type': 'application/json' } |
default-params |
Object | - | { 'name': 'saleem' } |
default-method |
String | get | get,post,put,patch,update,delete |
has-common-headers |
Boolean | false | { 'Content-Type': 'application/json', 'Accept': 'application/json' } |
has-auth-header |
Boolean | false | { 'Authorization': 'Bearer token_here' } |
See full larecipe documentation
License
This library is licensed under the MIT License - see the LICENSE.md file for details.
All versions of larecipe-swagger with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package binarytorch/larecipe-swagger contains the following files
Loading the files please wait ....