test/fixtures/campaign_clicks.json in createsend-0.0.1 vs test/fixtures/campaign_clicks.json in createsend-0.0.2

- old
+ new

@@ -1,23 +1,32 @@ -[ - { - "EmailAddress": "subs+6576576576@example.com", - "URL": "http://video.google.com.au/?hl=en&tab=wv", - "ListID": "512a3bc577a58fdf689c654329b50fa0", - "Date": "2010-10-11 08:29:00", - "IPAddress": "192.168.126.87" - }, - { - "EmailAddress": "subs+6576576576@example.com", - "URL": "http://mail.google.com/mail/?hl=en&tab=wm", - "ListID": "512a3bc577a58fdf689c654329b50fa0", - "Date": "2010-10-11 08:29:00", - "IPAddress": "192.168.126.87" - }, - { - "EmailAddress": "subs+6576576576@example.com", - "URL": "http://mail.google.com/mail/?hl=en&tab=wm", - "ListID": "512a3bc577a58fdf689c654329b50fa0", - "Date": "2010-10-06 17:24:00", - "IPAddress": "192.168.126.87" - } -] +{ + "Results": [ + { + "EmailAddress": "subs+6576576576@example.com", + "URL": "http://video.google.com.au/?hl=en&tab=wv", + "ListID": "512a3bc577a58fdf689c654329b50fa0", + "Date": "2010-10-11 08:29:00", + "IPAddress": "192.168.126.87" + }, + { + "EmailAddress": "subs+6576576576@example.com", + "URL": "http://mail.google.com/mail/?hl=en&tab=wm", + "ListID": "512a3bc577a58fdf689c654329b50fa0", + "Date": "2010-10-11 08:29:00", + "IPAddress": "192.168.126.87" + }, + { + "EmailAddress": "subs+6576576576@example.com", + "URL": "http://mail.google.com/mail/?hl=en&tab=wm", + "ListID": "512a3bc577a58fdf689c654329b50fa0", + "Date": "2010-10-06 17:24:00", + "IPAddress": "192.168.126.87" + } + ], + "ResultsOrderedBy": "date", + "OrderDirection": "asc", + "PageNumber": 1, + "PageSize": 1000, + "RecordsOnThisPage": 3, + "TotalNumberOfRecords": 3, + "NumberOfPages": 1 +} \ No newline at end of file