Libraries tagged by api response json
soft-passio/api-exception-bundle
1137 Downloads
catch all Symfony errors and convert it to problem json RFC7807 response
dratejinn/ynab-open-api
1 Downloads
Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
icraftltd/json-responder
213 Downloads
Helper class to response proper API format
httek/json-responder
19 Downloads
Helper class to response proper API format
pz/jsonapi-resource
158 Downloads
PHP 8.0 Library for parsing JSON:API resource in to data response.
jburdick/ups-json-api
4 Downloads
A UPS api that uses JSON for requests and responses
fbpkg/laravel-response
7 Downloads
Fluent response builder for Laravel APIs with clean and consistent JSON structure
tricktrick/laravel-json-schema-validate-fork
1 Downloads
json schema for request and response
itrnka/ha-smart-http-rest-api
6 Downloads
Rest API handling for `ha` framework. Package includes routes and controllers by ha framework standards. Currently is supported only JSON body in requests and responses.
rooftopcms/rooftop-response-sanitiser
389 Downloads
The awesome WP-API includes some things in its response that we would rather handle in the client.For example, we remove content['rendered'] and replace with content['json'] with links replaced with shortcodes.
themismin/laravel-api
937 Downloads
Laravel api interface extension package
spitoglou/multi-api
35 Downloads
Multiple response formats
sinema/json-api-error-laravel
4220 Downloads
Format generic JSON API errors for Laravel
sinema/json-api-error
4231 Downloads
Format generic JSON:API errors
rstmgsnvimax/irisnet-ai-php-api-client
2 Downloads
Artificial Intelligence (AI) for image- and video-processing in real-time. This is an interactive documentation where you can quickly look up the endpoints and their schemas, while having the opportunity to try things out for yourself. In the list below, you can see the available endpoints of the API, which can be expanded by clicking on them. Each expanded endpoint lists the request parameters (if available) and the request body (if available). The request body can list some example bodies and the schema, explaining each model in detail. Additionally you'll find a 'Try it out' button that allows you to enter your custom parameters and custom body and execute that against the API. Be sure to enter your license key to authorize the requests before using this documentation interactively. The responses section in the expanded endpoint lists the possible responses with their corresponding status codes. If you've executed an API call it will also show you the response from the server. Underneath the endpoints you'll find the model schemas. These are the models used for the requests and responses. If you click on the right arrow, you can expand the model and get a description of the model and the model parameters. For nested models, you can keep clicking the right arrow for further details. Clicking the link below the title at the top of this page opens the [OpenAPI specification](https://swagger.io/specification/) (OAS3) in JSON format. The OAS3 Spec allows the generation of clients in many programming languages. There are several free client generators available that can be used to get started easily.