Download the PHP package s00d/larecipe-code-viewer without Composer
On this page you can find all versions of the php package s00d/larecipe-code-viewer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package larecipe-code-viewer
LaRecipe CodeSimples
Getting Started
-
Install the package via composer.
-
Use the provided VueJs component:
- Customize your component via props:
Install the package via composer.
Use the provided VueJs component:
Prop Name | Description | Data Type | Required | Default Value |
---|---|---|---|---|
baseUrl | Defines the base URL for the requests. | String | Optional | '' |
url | Defines the endpoint URL for the request. | String | Required | N/A |
method | Defines the HTTP method for the request. | String | Optional | 'GET' |
cookies | Defines the cookies to be sent with the request. | Array | Optional | [] |
header | Defines the headers to be sent with the request. | Array | Optional | [] |
queryString | Defines the query string parameters to be sent with the request. | Array | Optional | [] |
path | Defines the path parameters to be sent with the request. | Array | Optional | [] |
postData | Defines the data to be sent with the request. | Array | Optional | [] |
configs | Defines the configuration options for generating code snippets for the request. | Array | Optional | [ { snippet: 'shell', libraries: { cURL: 'curl', HTTPie: 'httpie', Wget: 'wget' } }, ... ] (an array of objects containing snippet and libraries keys) |
License
This library is licensed under the MIT License - see the LICENSE.md file for details.
All versions of larecipe-code-viewer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package s00d/larecipe-code-viewer contains the following files
Loading the files please wait ....