Last active
June 29, 2017 22:34
-
-
Save yann-yinn/608901544b93102e1ab8726e86ce335c to your computer and use it in GitHub Desktop.
example subrequest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "requestId": "0", | |
| "uri": "/api/recipes?filter[category.name][value]=Main%20course&page[limit]=4", | |
| "action": "view", | |
| "headers": { | |
| "Accept": "application/json", | |
| "Content-Type": "application/vnd.api+json" | |
| } | |
| }, | |
| { | |
| "requestId": "1", | |
| "uri": "/api/recipes?filter[category.name][value]=Starter&page[limit]=4", | |
| "action": "view", | |
| "headers": { | |
| "Accept": "application/json", | |
| "Content-Type": "application/vnd.api+json" | |
| } | |
| }, | |
| { | |
| "requestId": "2", | |
| "uri": "/api/recipes?filter[category.name][value]=Snack&page[limit]=4", | |
| "action": "view", | |
| "headers": { | |
| "Accept": "application/json", | |
| "Content-Type": "application/vnd.api+json" | |
| } | |
| }, | |
| { | |
| "requestId": "3", | |
| "uri": "/api/recipes?filter[category.name][value]=Salad&page[limit]=4", | |
| "action": "view", | |
| "headers": { | |
| "Accept": "application/json", | |
| "Content-Type": "application/vnd.api+json" | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment