Created
December 12, 2016 21:15
-
-
Save 58bits/f71ba4cc77a255bb53446463d115d87d to your computer and use it in GitHub Desktop.
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
{ | |
"data":[ | |
{ | |
"id":1, | |
"name":"Hic qui ipsa dicta itaque architecto.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":1, | |
"name":"Aliquam ut autem eaque veritatis dolorem quis.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
}, | |
{ | |
"id":2, | |
"name":"Et ut est illo cupiditate earum perferendis.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":1, | |
"name":"Aliquam ut autem eaque veritatis dolorem quis.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
}, | |
{ | |
"id":3, | |
"name":"Beatae et nihil rerum ut ut quam ut.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":1, | |
"name":"Aliquam ut autem eaque veritatis dolorem quis.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
}, | |
{ | |
"id":4, | |
"name":"Incidunt nemo commodi necessitatibus quas quo.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":1, | |
"name":"Aliquam ut autem eaque veritatis dolorem quis.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
}, | |
{ | |
"id":5, | |
"name":"Ut ut sed a voluptas.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":2, | |
"name":"Quidem est odit ullam.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
}, | |
{ | |
"id":6, | |
"name":"Veniam nobis voluptatum possimus.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":2, | |
"name":"Quidem est odit ullam.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
}, | |
{ | |
"id":7, | |
"name":"Qui porro optio doloremque.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":2, | |
"name":"Quidem est odit ullam.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
}, | |
{ | |
"id":8, | |
"name":"Officia ipsa recusandae expedita nihil.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":2, | |
"name":"Quidem est odit ullam.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
}, | |
{ | |
"id":9, | |
"name":"Similique et sit maiores qui nostrum.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":3, | |
"name":"Odio est magni nobis et non quo earum.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
}, | |
{ | |
"id":10, | |
"name":"Doloremque sed sint libero eligendi dolores enim quod.", | |
"created_at":"2016-12-02T08:36:09+0000", | |
"updated_at":"2016-12-02T08:36:09+0000", | |
"category":{ | |
"data":{ | |
"id":3, | |
"name":"Odio est magni nobis et non quo earum.", | |
"created_at":"2016-12-02T08:36:08+0000", | |
"updated_at":"2016-12-02T08:36:08+0000" | |
} | |
} | |
} | |
], | |
"meta":{ | |
"pagination":{ | |
"total":698, | |
"count":10, | |
"per_page":10, | |
"current_page":1, | |
"total_pages":70, | |
"links":{ | |
"next":"http:\/\/localhost:8000\/api\/products?page=2" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment