diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Cars.json b/Cars.json new file mode 100644 index 0000000..25a401e --- /dev/null +++ b/Cars.json @@ -0,0 +1,40 @@ +{ +"results" : [ + + { + "objectId": "EYFU2G69wk", + "name": "volvo", + "createdAt": "2019-02-25T20:17:37.462Z", + "updatedAt": "2019-02-25T20:17:44.678Z", + "color": "red" + }, + { + "objectId": "7LeohZl53S", + "color": "red", + "createdAt": "2019-02-25T20:17:49.759Z", + "updatedAt": "2019-02-25T20:17:53.549Z", + "name": "camaro" + }, + { + "objectId": "UEPADC2z2X", + "color": "yellow", + "createdAt": "2019-02-26T11:35:16.034Z", + "updatedAt": "2019-02-26T11:35:22.443Z", + "name": "BMW" + }, + { + "objectId": "iZBqUEHeJG", + "name": "toyota", + "createdAt": "2019-02-26T11:35:34.625Z", + "updatedAt": "2019-02-26T11:36:14.900Z", + "color": "blue" + }, + { + "objectId": "6bkHvuB21Q", + "name": "BMW", + "createdAt": "2019-02-26T11:37:03.280Z", + "updatedAt": "2019-02-26T11:37:11.446Z", + "color": "black" + } +] +} \ No newline at end of file