File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33# REST API Response Builder for Laravel #
44
5- ` ResponseBuilder ` is [ Laravel] ( https://laravel.com/ ) 's helper designed to simplify building
6- nice, normalized and easy to consume REST API responses.
5+ ` ResponseBuilder ` is [ Laravel] ( https://laravel.com/ ) 's helper designed to build
6+ nice, normalized and easy to consume REST API JSON responses.
77
88## Table of contents ##
99
2626## Response structure ##
2727
2828 Predictability, simplicity and no special-case is the key of the ` ResponseBuilder ` design. I wanted to make my life easier not
29- only when I develop the API itself, but also when I'd try to use it i.e. in mobile applications, therefore response created with
30- this package ** guarantees ** consistent JSON structure.
29+ only when I develop the API itself, but also when I'd try to use it i.e. in mobile applications, therefore all responses created
30+ by this package ** guarantee ** consistent JSON structure by design .
3131
32- Default response will always contains at least the following elements:
32+ By default response always contain at least the following elements:
3333
3434``` json
3535{
You can’t perform that action at this time.
0 commit comments