freckle_io 0.0.3 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/freckle-io.gemspec +1 -1
- data/lib/freckle_io/configuration.rb +1 -1
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Entries/with_configuration/_all/result_must_be_a_Request_MultiplePages.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Entries/with_configuration/_all/returns_a_entry_for_each_response.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Entries/with_configuration/with_valid_params/params_should_be_valid.yml +4 -4
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Entries/with_configuration/with_validator/call_entry_s_validator.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_ProjectGroups/with_configuration/_all/result_must_be_a_Request_MultiplePages.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_ProjectGroups/with_configuration/_all/returns_a_project_group_for_each_response.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_ProjectGroups/with_configuration/with_valid_params/params_should_be_valid.yml +4 -4
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_ProjectGroups/with_configuration/with_validator/call_project_group_s_validator.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Projects/with_configuration/_all/result_must_be_a_Request_MultiplePages.yml +183 -85
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Projects/with_configuration/_all/returns_a_project_for_each_response.yml +184 -86
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Projects/with_configuration/_show/get_a_spacific_project.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Projects/with_configuration/_show/raw_links_should_be_a_empty_array.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Projects/with_configuration/with_valid_params/params_should_be_valid.yml +4 -4
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Projects/with_configuration/with_validator/call_project_s_validator.yml +184 -86
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Tags/with_configuration/_all/result_must_be_a_Request_MultiplePages.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Tags/with_configuration/_all/returns_a_tag_for_each_response.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Tags/with_configuration/with_valid_params/params_should_be_valid.yml +4 -4
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Tags/with_configuration/with_validator/call_tag_s_validator.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Users/with_configuration/_all/result_must_be_a_Request_MultiplePages.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Users/with_configuration/_all/returns_a_user_for_each_response.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Users/with_configuration/_show/get_a_spacific_user.yml +5 -5
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Users/with_configuration/_show/raw_links_should_be_a_empty_array.yml +5 -5
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Users/with_configuration/with_valid_params/params_should_be_valid.yml +4 -4
- data/spec/fixtures/vcr_cassettes/FreckleIO_Client_Users/with_configuration/with_validator/call_user_s_validator.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Connection/with_default_configuration/with_a_valid_response/must_be_a_json_format.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Connection/with_default_configuration/with_freckle_token_authentication/set_X-FreckleToken.yml +7 -7
- data/spec/fixtures/vcr_cassettes/FreckleIO_Connection/with_default_configuration/with_header/set_user_agent.yml +7 -7
- data/spec/fixtures/vcr_cassettes/FreckleIO_Connection/with_default_configuration/with_invalid_url/raises_a_resource_not_found_error_for_invalid_resource.yml +3 -3
- data/spec/fixtures/vcr_cassettes/FreckleIO_Connection/with_default_configuration/with_page_param/response_must_be_success.yml +7 -7
- data/spec/fixtures/vcr_cassettes/FreckleIO_Connection/with_default_configuration/with_per_page_param/response_must_have_per_page_elements.yml +7 -7
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_MultiplePages/with_configuration/_get/returns_an_array_of_faraday_response.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_MultiplePages/with_configuration/_get/returns_freckle_default_per_page_elements.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_MultiplePages/with_per_page/_get/return_per_page_number_elements.yml +24 -24
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_first/next_page_should_be_a_SinglePage.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_first/prev_page_should_be_nil.yml +7 -7
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_first/when_get_last_page_from_the_first_page/next_should_be_nil.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_get/returns_correct_raw_links_for_the_first_page.yml +7 -7
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_last/next_page_should_be_nil.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_last/returns_correct_raw_links_for_the_last_page.yml +14 -14
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_last/when_get_prev_page_from_the_last_page/prev_should_be_nil.yml +21 -21
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_next/previous_page_is_a_SinglePage.yml +21 -21
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_next/previous_page_should_be_not_nil.yml +21 -21
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_prev/next_page_is_a_SinglePage.yml +28 -28
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_prev/when_get_prev_page_from_the_first_page/prev_should_be_nil.yml +21 -21
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_total_page/with_first_page/returns_the_range_of_pages.yml +6 -6
- data/spec/fixtures/vcr_cassettes/FreckleIO_Request_SinglePage/with_configuration/_total_page/with_next_page/returns_an_empty_array.yml +14 -14
- data/spec/spec_helper.rb +1 -0
- data/spec/support/entry_info.rb +1 -0
- data/spec/support/shared/links/raw_links.rb +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31dc7f2e875f3c80a471b33103bad58806dea746c9874c1f39ee231cf3bc346e
|
4
|
+
data.tar.gz: 0a31ef3eebf7a67f3edefdf17c7deadff8d6060ad49497176c30e5871364a85e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c79ab6b8cad1ac1c1eebe2a8aa34c3b78f7abfafb7c279d77027f02cb7ce510523256e79b6b5490cea4ee9ee5757f858e76ca0748766c201e5d613d0d3ca5c1
|
7
|
+
data.tar.gz: 60545edcafcf288af2b08edf988abd753e79751771d1e649e70d66686a85bd680fcea267bd704ffae41e9f5ca69e2b531e107854f08d71c56b9e3ad072a3ab24
|
data/freckle-io.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.
|
5
|
+
uri: https://api.nokotime.com/v2/entries?updated_from=2018-01-15T00:00:00Z&updated_to=2018-01-16T00:00:00Z
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -21,11 +21,11 @@ http_interactions:
|
|
21
21
|
Server:
|
22
22
|
- nginx
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Thu, 29 Aug 2019 08:07:01 GMT
|
25
25
|
Content-Type:
|
26
26
|
- application/json; charset=utf-8
|
27
27
|
Content-Length:
|
28
|
-
- '
|
28
|
+
- '30138'
|
29
29
|
Connection:
|
30
30
|
- keep-alive
|
31
31
|
Status:
|
@@ -35,14 +35,14 @@ http_interactions:
|
|
35
35
|
X-Frame-Options:
|
36
36
|
- SAMEORIGIN
|
37
37
|
X-Runtime:
|
38
|
-
- '
|
38
|
+
- '194'
|
39
39
|
Vary:
|
40
40
|
- Origin
|
41
41
|
Strict-Transport-Security:
|
42
42
|
- max-age=31536000; includeSubdomains
|
43
43
|
body:
|
44
44
|
encoding: UTF-8
|
45
|
-
string: '[{"id":0,"date":"2018-01-15","billable":true,"minutes":360,"description":"description_7","created_at":"2018-01-15T19:00:34Z","updated_at":"2018-01-15T19:00:34Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":3,"name":"name_0","billing_increment":5,"enabled":false,"billable":true,"color":"#ef5555","url":"http://foo.com/2"},"url":"http://foo.com/3","invoiced_outside_of_freckle_url":"http://foo.com/3/invoiced_outside_of_freckle","approved_url":"http://foo.com/3/approved","unapproved_url":"http://foo.com/3/unapproved"},{"id":4,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_15","created_at":"2018-01-15T18:34:53Z","updated_at":"2018-01-15T18:34:53Z","approved_at":null,"source_url":null,"user":{"id":5,"email":"email_1@domain.com","first_name":"first_name_1","last_name":"last_name_0","profile_image_url":"http://foo.com/1","url":"http://foo.com/4"},"approved_by":null,"tags":[{"id":6,"name":"name_10","billable":true,"formatted_name":"#name_10","url":"http://foo.com/5"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/7","invoiced_outside_of_freckle_url":"http://foo.com/7/invoiced_outside_of_freckle","approved_url":"http://foo.com/7/approved","unapproved_url":"http://foo.com/7/unapproved"},{"id":8,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_17","created_at":"2018-01-15T17:42:38Z","updated_at":"2018-01-15T17:42:38Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":10,"name":"name_12","billable":true,"formatted_name":"description_17","url":"http://foo.com/9"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/10","invoiced_outside_of_freckle_url":"http://foo.com/10/invoiced_outside_of_freckle","approved_url":"http://foo.com/10/approved","unapproved_url":"http://foo.com/10/unapproved"},{"id":11,"date":"2018-01-15","billable":false,"minutes":15,"description":"","created_at":"2018-01-15T17:42:29Z","updated_at":"2018-01-15T17:42:29Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[],"project":{"id":12,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#f1f353","url":"http://foo.com/11"},"url":"http://foo.com/12","invoiced_outside_of_freckle_url":"http://foo.com/12/invoiced_outside_of_freckle","approved_url":"http://foo.com/12/approved","unapproved_url":"http://foo.com/12/unapproved"},{"id":13,"date":"2018-01-15","billable":false,"minutes":120,"description":"description_18","created_at":"2018-01-15T17:21:50Z","updated_at":"2018-01-15T17:21:50Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":14,"name":"name_3","billing_increment":5,"enabled":true,"billable":false,"color":"#7d4ad1","url":"http://foo.com/13"},"url":"http://foo.com/14","invoiced_outside_of_freckle_url":"http://foo.com/14/invoiced_outside_of_freckle","approved_url":"http://foo.com/14/approved","unapproved_url":"http://foo.com/14/unapproved"},{"id":15,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_10","created_at":"2018-01-15T17:21:43Z","updated_at":"2018-01-15T17:21:43Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[],"project":{"id":16,"name":"name_4","billing_increment":5,"enabled":true,"billable":false,"color":"#0f6953","url":"http://foo.com/15"},"url":"http://foo.com/16","invoiced_outside_of_freckle_url":"http://foo.com/16/invoiced_outside_of_freckle","approved_url":"http://foo.com/16/approved","unapproved_url":"http://foo.com/16/unapproved"},{"id":17,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T17:21:20Z","updated_at":"2018-01-15T17:21:20Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/18","invoiced_outside_of_freckle_url":"http://foo.com/18/invoiced_outside_of_freckle","approved_url":"http://foo.com/18/approved","unapproved_url":"http://foo.com/18/unapproved"},{"id":19,"date":"2018-01-15","billable":true,"minutes":60,"description":"description_11","created_at":"2018-01-15T17:08:55Z","updated_at":"2018-01-15T17:08:55Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":20,"name":"name_14","billable":true,"formatted_name":"#name_14","url":"http://foo.com/10"}],"project":{"id":21,"name":"name_1","billing_increment":5,"enabled":true,"billable":true,"color":"#ef63a2","url":"http://foo.com/20"},"url":"http://foo.com/21","invoiced_outside_of_freckle_url":"http://foo.com/21/invoiced_outside_of_freckle","approved_url":"http://foo.com/21/approved","unapproved_url":"http://foo.com/21/unapproved"},{"id":22,"date":"2018-01-15","billable":false,"minutes":180,"description":"description_12","created_at":"2018-01-15T17:04:02Z","updated_at":"2018-01-15T17:04:02Z","approved_at":null,"source_url":null,"user":{"id":23,"email":"email_3@domain.com","first_name":"first_name_3","last_name":"last_name_3","profile_image_url":"http://foo.com/3","url":"http://foo.com/22"},"approved_by":null,"tags":[{"id":24,"name":"name_15","billable":true,"formatted_name":"#name_15","url":"http://foo.com/14"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/24","invoiced_outside_of_freckle_url":"http://foo.com/24/invoiced_outside_of_freckle","approved_url":"http://foo.com/24/approved","unapproved_url":"http://foo.com/24/unapproved"},{"id":25,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T17:03:24Z","updated_at":"2018-01-15T17:03:24Z","approved_at":null,"source_url":null,"user":{"id":23,"email":"email_3@domain.com","first_name":"first_name_3","last_name":"last_name_3","profile_image_url":"http://foo.com/3","url":"http://foo.com/22"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/25","invoiced_outside_of_freckle_url":"http://foo.com/25/invoiced_outside_of_freckle","approved_url":"http://foo.com/25/approved","unapproved_url":"http://foo.com/25/unapproved"},{"id":26,"date":"2018-01-15","billable":true,"minutes":360,"description":"description_0","created_at":"2018-01-15T16:44:24Z","updated_at":"2018-01-15T16:45:24Z","approved_at":null,"source_url":null,"user":{"id":27,"email":"email_4@domain.com","first_name":"first_name_4","last_name":"last_name_4","profile_image_url":"http://foo.com/4","url":"http://foo.com/26"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":28,"name":"name_16","billing_increment":5,"enabled":true,"billable":true,"color":"#bf4e40","url":"http://foo.com/27"},"url":"http://foo.com/28","invoiced_outside_of_freckle_url":"http://foo.com/28/invoiced_outside_of_freckle","approved_url":"http://foo.com/28/approved","unapproved_url":"http://foo.com/28/unapproved"},{"id":29,"date":"2018-01-15","billable":false,"minutes":30,"description":"","created_at":"2018-01-15T15:54:34Z","updated_at":"2018-01-15T15:54:34Z","approved_at":null,"source_url":null,"user":{"id":30,"email":"email_5@domain.com","first_name":"first_name_5","last_name":"last_name_5","profile_image_url":"","url":"http://foo.com/29"},"approved_by":null,"tags":[],"project":{"id":31,"name":"name_17","billing_increment":5,"enabled":true,"billable":false,"color":"#f6bed7","url":"http://foo.com/21"},"url":"http://foo.com/31","invoiced_outside_of_freckle_url":"http://foo.com/31/invoiced_outside_of_freckle","approved_url":"http://foo.com/31/approved","unapproved_url":"http://foo.com/31/unapproved"},{"id":32,"date":"2018-01-15","billable":true,"minutes":240,"description":"description_13","created_at":"2018-01-15T15:44:38Z","updated_at":"2018-01-15T15:44:38Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":34,"name":"name_18","billable":true,"formatted_name":"#name_18","url":"http://foo.com/33"}],"project":{"id":35,"name":"name_19","billing_increment":5,"enabled":true,"billable":true,"color":"#13a480","url":"http://foo.com/25"},"url":"http://foo.com/35","invoiced_outside_of_freckle_url":"http://foo.com/35/invoiced_outside_of_freckle","approved_url":"http://foo.com/35/approved","unapproved_url":"http://foo.com/35/unapproved"},{"id":36,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T15:44:27Z","updated_at":"2018-01-15T15:44:27Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/36","invoiced_outside_of_freckle_url":"http://foo.com/36/invoiced_outside_of_freckle","approved_url":"http://foo.com/36/approved","unapproved_url":"http://foo.com/36/unapproved"},{"id":37,"date":"2018-01-15","billable":true,"minutes":60,"description":"description_14","created_at":"2018-01-15T15:44:17Z","updated_at":"2018-01-15T15:44:17Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":20,"name":"name_14","billable":true,"formatted_name":"#name_14","url":"http://foo.com/10"}],"project":{"id":38,"name":"name_5","billing_increment":5,"enabled":true,"billable":true,"color":"#70e2c6","url":"http://foo.com/28"},"url":"http://foo.com/38","invoiced_outside_of_freckle_url":"http://foo.com/38/invoiced_outside_of_freckle","approved_url":"http://foo.com/38/approved","unapproved_url":"http://foo.com/38/unapproved"},{"id":39,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_4","created_at":"2018-01-15T13:02:18Z","updated_at":"2018-01-15T13:02:18Z","approved_at":null,"source_url":null,"user":{"id":40,"email":"email_7@domain.com","first_name":"first_name_7","last_name":"last_name_7","profile_image_url":"http://foo.com/6","url":"http://foo.com/39"},"approved_by":null,"tags":[],"project":{"id":41,"name":"name_6","billing_increment":5,"enabled":true,"billable":false,"color":"#b92c6c","url":"http://foo.com/40"},"url":"http://foo.com/41","invoiced_outside_of_freckle_url":"http://foo.com/41/invoiced_outside_of_freckle","approved_url":"http://foo.com/41/approved","unapproved_url":"http://foo.com/41/unapproved"},{"id":42,"date":"2018-01-15","billable":false,"minutes":45,"description":"description_5","created_at":"2018-01-15T11:51:30Z","updated_at":"2018-01-15T11:51:30Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[],"project":{"id":44,"name":"name_7","billing_increment":5,"enabled":true,"billable":false,"color":"#bd4242","url":"http://foo.com/43"},"url":"http://foo.com/72","invoiced_outside_of_freckle_url":"http://foo.com/72/invoiced_outside_of_freckle","approved_url":"http://foo.com/72/approved","unapproved_url":"http://foo.com/72/unapproved"},{"id":45,"date":"2018-01-15","billable":false,"minutes":90,"description":"description_17","created_at":"2018-01-15T10:31:49Z","updated_at":"2018-01-15T10:31:49Z","approved_at":null,"source_url":null,"user":{"id":40,"email":"email_7@domain.com","first_name":"first_name_7","last_name":"last_name_7","profile_image_url":"http://foo.com/6","url":"http://foo.com/39"},"approved_by":null,"tags":[{"id":10,"name":"name_12","billable":true,"formatted_name":"description_17","url":"http://foo.com/9"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/75","invoiced_outside_of_freckle_url":"http://foo.com/75/invoiced_outside_of_freckle","approved_url":"http://foo.com/75/approved","unapproved_url":"http://foo.com/75/unapproved"},{"id":46,"date":"2018-01-12","billable":false,"minutes":120,"description":"description_16","created_at":"2018-01-15T07:47:10Z","updated_at":"2018-01-15T07:47:10Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[],"project":{"id":47,"name":"name_8","billing_increment":5,"enabled":true,"billable":false,"color":"#3195a7","url":"http://foo.com/46"},"url":"http://foo.com/76","invoiced_outside_of_freckle_url":"http://foo.com/76/invoiced_outside_of_freckle","approved_url":"http://foo.com/76/approved","unapproved_url":"http://foo.com/76/unapproved"},{"id":48,"date":"2018-01-12","billable":true,"minutes":360,"description":"description_2","created_at":"2018-01-15T07:46:58Z","updated_at":"2018-01-15T07:46:58Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":3,"name":"name_0","billing_increment":5,"enabled":false,"billable":true,"color":"#ef5555","url":"http://foo.com/2"},"url":"http://foo.com/78","invoiced_outside_of_freckle_url":"http://foo.com/78/invoiced_outside_of_freckle","approved_url":"http://foo.com/78/approved","unapproved_url":"http://foo.com/78/unapproved"},{"id":49,"date":"2018-01-05","billable":false,"minutes":30,"description":"description_3","created_at":"2018-01-09T09:48:05Z","updated_at":"2018-01-15T09:59:47Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/79","invoiced_outside_of_freckle_url":"http://foo.com/79/invoiced_outside_of_freckle","approved_url":"http://foo.com/79/approved","unapproved_url":"http://foo.com/79/unapproved"},{"id":52,"date":"2017-12-04","billable":false,"minutes":390,"description":"description_6","created_at":"2017-12-05T14:32:14Z","updated_at":"2018-01-15T10:00:47Z","approved_at":null,"source_url":null,"user":{"id":53,"email":"email_9@domain.com","first_name":"first_name_9","last_name":"last_name_9","profile_image_url":"","url":"http://foo.com/43"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/53","invoiced_outside_of_freckle_url":"http://foo.com/53/invoiced_outside_of_freckle","approved_url":"http://foo.com/53/approved","unapproved_url":"http://foo.com/53/unapproved"},{"id":54,"date":"2017-10-23","billable":false,"minutes":30,"description":"description_1","created_at":"2017-10-24T08:13:05Z","updated_at":"2018-01-15T10:02:38Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":55,"name":"name_22","billable":true,"formatted_name":"#name_22","url":"http://foo.com/54"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/55","invoiced_outside_of_freckle_url":"http://foo.com/55/invoiced_outside_of_freckle","approved_url":"http://foo.com/55/approved","unapproved_url":"http://foo.com/55/unapproved"},{"id":56,"date":"2017-10-02","billable":false,"minutes":60,"description":"description_8","created_at":"2017-10-02T09:13:06Z","updated_at":"2018-01-15T10:01:16Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[{"id":57,"name":"name_23","billable":true,"formatted_name":"#name_23","url":"http://foo.com/56"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/57","invoiced_outside_of_freckle_url":"http://foo.com/57/invoiced_outside_of_freckle","approved_url":"http://foo.com/57/approved","unapproved_url":"http://foo.com/57/unapproved"},{"id":58,"date":"2017-07-26","billable":false,"minutes":120,"description":"description_9","created_at":"2017-07-28T15:03:05Z","updated_at":"2018-01-15T10:02:03Z","approved_at":null,"source_url":null,"user":{"id":59,"email":"email_10@domain.com","first_name":"first_name_10","last_name":"last_name_10","profile_image_url":"","url":"http://foo.com/49"},"approved_by":null,"tags":[{"id":57,"name":"name_23","billable":true,"formatted_name":"#name_23","url":"http://foo.com/56"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/59","invoiced_outside_of_freckle_url":"http://foo.com/59/invoiced_outside_of_freckle","approved_url":"http://foo.com/59/approved","unapproved_url":"http://foo.com/59/unapproved"}]'
|
45
|
+
string: '[{"id":0,"date":"2018-01-15","billable":true,"minutes":360,"description":"description_7","created_at":"2018-01-15T19:00:34Z","updated_at":"2018-01-15T19:00:34Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":3,"name":"name_0","billing_increment":5,"enabled":false,"billable":true,"color":"#ef5555","url":"http://foo.com/2"},"url":"http://foo.com/3","invoiced_outside_of_freckle_url":"http://foo.com/3/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/3/marked_as_invoiced","approved_url":"http://foo.com/3/approved","unapproved_url":"http://foo.com/3/unapproved"},{"id":4,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_15","created_at":"2018-01-15T18:34:53Z","updated_at":"2018-01-15T18:34:53Z","approved_at":null,"source_url":null,"user":{"id":5,"email":"email_1@domain.com","first_name":"first_name_1","last_name":"last_name_0","profile_image_url":"http://foo.com/1","url":"http://foo.com/4"},"approved_by":null,"tags":[{"id":6,"name":"name_11","billable":true,"formatted_name":"#name_11","url":"http://foo.com/5"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/7","invoiced_outside_of_freckle_url":"http://foo.com/7/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/7/marked_as_invoiced","approved_url":"http://foo.com/7/approved","unapproved_url":"http://foo.com/7/unapproved"},{"id":8,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_17","created_at":"2018-01-15T17:42:38Z","updated_at":"2018-01-15T17:42:38Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":10,"name":"name_12","billable":true,"formatted_name":"description_17","url":"http://foo.com/9"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/10","invoiced_outside_of_freckle_url":"http://foo.com/10/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/10/marked_as_invoiced","approved_url":"http://foo.com/10/approved","unapproved_url":"http://foo.com/10/unapproved"},{"id":11,"date":"2018-01-15","billable":false,"minutes":15,"description":"","created_at":"2018-01-15T17:42:29Z","updated_at":"2018-01-15T17:42:29Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[],"project":{"id":12,"name":"name_4","billing_increment":5,"enabled":true,"billable":false,"color":"#f1f353","url":"http://foo.com/11"},"url":"http://foo.com/12","invoiced_outside_of_freckle_url":"http://foo.com/12/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/12/marked_as_invoiced","approved_url":"http://foo.com/12/approved","unapproved_url":"http://foo.com/12/unapproved"},{"id":13,"date":"2018-01-15","billable":false,"minutes":120,"description":"description_18","created_at":"2018-01-15T17:21:50Z","updated_at":"2018-01-15T17:21:50Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":14,"name":"name_5","billing_increment":5,"enabled":true,"billable":false,"color":"#7d4ad1","url":"http://foo.com/13"},"url":"http://foo.com/14","invoiced_outside_of_freckle_url":"http://foo.com/14/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/14/marked_as_invoiced","approved_url":"http://foo.com/14/approved","unapproved_url":"http://foo.com/14/unapproved"},{"id":15,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_10","created_at":"2018-01-15T17:21:43Z","updated_at":"2018-01-15T17:21:43Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[],"project":{"id":16,"name":"name_6","billing_increment":5,"enabled":true,"billable":false,"color":"#7d4ad1","url":"http://foo.com/15"},"url":"http://foo.com/16","invoiced_outside_of_freckle_url":"http://foo.com/16/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/16/marked_as_invoiced","approved_url":"http://foo.com/16/approved","unapproved_url":"http://foo.com/16/unapproved"},{"id":17,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T17:21:20Z","updated_at":"2018-01-15T17:21:20Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/18","invoiced_outside_of_freckle_url":"http://foo.com/18/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/18/marked_as_invoiced","approved_url":"http://foo.com/18/approved","unapproved_url":"http://foo.com/18/unapproved"},{"id":19,"date":"2018-01-15","billable":true,"minutes":60,"description":"description_11","created_at":"2018-01-15T17:08:55Z","updated_at":"2018-01-15T17:08:55Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":20,"name":"name_14","billable":true,"formatted_name":"#name_14","url":"http://foo.com/19"}],"project":{"id":21,"name":"name_3","billing_increment":5,"enabled":true,"billable":true,"color":"#ef63a2","url":"http://foo.com/20"},"url":"http://foo.com/21","invoiced_outside_of_freckle_url":"http://foo.com/21/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/21/marked_as_invoiced","approved_url":"http://foo.com/21/approved","unapproved_url":"http://foo.com/21/unapproved"},{"id":22,"date":"2018-01-15","billable":false,"minutes":180,"description":"description_12","created_at":"2018-01-15T17:04:02Z","updated_at":"2018-01-15T17:04:02Z","approved_at":null,"source_url":null,"user":{"id":23,"email":"email_3@domain.com","first_name":"first_name_3","last_name":"last_name_3","profile_image_url":"http://foo.com/3","url":"http://foo.com/22"},"approved_by":null,"tags":[{"id":24,"name":"name_15","billable":true,"formatted_name":"#name_15","url":"http://foo.com/23"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/24","invoiced_outside_of_freckle_url":"http://foo.com/24/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/24/marked_as_invoiced","approved_url":"http://foo.com/24/approved","unapproved_url":"http://foo.com/24/unapproved"},{"id":25,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T17:03:24Z","updated_at":"2018-01-15T17:03:24Z","approved_at":null,"source_url":null,"user":{"id":23,"email":"email_3@domain.com","first_name":"first_name_3","last_name":"last_name_3","profile_image_url":"http://foo.com/3","url":"http://foo.com/22"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/25","invoiced_outside_of_freckle_url":"http://foo.com/25/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/25/marked_as_invoiced","approved_url":"http://foo.com/25/approved","unapproved_url":"http://foo.com/25/unapproved"},{"id":26,"date":"2018-01-15","billable":true,"minutes":360,"description":"description_0","created_at":"2018-01-15T16:44:24Z","updated_at":"2018-01-15T16:45:24Z","approved_at":null,"source_url":null,"user":{"id":27,"email":"email_4@domain.com","first_name":"first_name_4","last_name":"last_name_4","profile_image_url":"http://foo.com/4","url":"http://foo.com/26"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":28,"name":"name_16","billing_increment":5,"enabled":true,"billable":true,"color":"#bf4e40","url":"http://foo.com/27"},"url":"http://foo.com/28","invoiced_outside_of_freckle_url":"http://foo.com/28/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/28/marked_as_invoiced","approved_url":"http://foo.com/28/approved","unapproved_url":"http://foo.com/28/unapproved"},{"id":29,"date":"2018-01-15","billable":false,"minutes":30,"description":"","created_at":"2018-01-15T15:54:34Z","updated_at":"2018-01-15T15:54:34Z","approved_at":null,"source_url":null,"user":{"id":30,"email":"email_5@domain.com","first_name":"first_name_5","last_name":"last_name_5","profile_image_url":"","url":"http://foo.com/29"},"approved_by":null,"tags":[],"project":{"id":31,"name":"name_17","billing_increment":5,"enabled":true,"billable":false,"color":"#f6bed7","url":"http://foo.com/21"},"url":"http://foo.com/31","invoiced_outside_of_freckle_url":"http://foo.com/31/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/31/marked_as_invoiced","approved_url":"http://foo.com/31/approved","unapproved_url":"http://foo.com/31/unapproved"},{"id":32,"date":"2018-01-15","billable":true,"minutes":240,"description":"description_13","created_at":"2018-01-15T15:44:38Z","updated_at":"2018-01-15T15:44:38Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":34,"name":"name_18","billable":true,"formatted_name":"#name_18","url":"http://foo.com/33"}],"project":{"id":35,"name":"name_19","billing_increment":5,"enabled":true,"billable":true,"color":"#13a480","url":"http://foo.com/25"},"url":"http://foo.com/35","invoiced_outside_of_freckle_url":"http://foo.com/35/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/35/marked_as_invoiced","approved_url":"http://foo.com/35/approved","unapproved_url":"http://foo.com/35/unapproved"},{"id":36,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T15:44:27Z","updated_at":"2018-01-15T15:44:27Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/36","invoiced_outside_of_freckle_url":"http://foo.com/36/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/36/marked_as_invoiced","approved_url":"http://foo.com/36/approved","unapproved_url":"http://foo.com/36/unapproved"},{"id":37,"date":"2018-01-15","billable":true,"minutes":60,"description":"description_14","created_at":"2018-01-15T15:44:17Z","updated_at":"2018-01-15T15:44:17Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":20,"name":"name_14","billable":true,"formatted_name":"#name_14","url":"http://foo.com/19"}],"project":{"id":38,"name":"name_1","billing_increment":5,"enabled":true,"billable":true,"color":"#f1f353","url":"http://foo.com/28"},"url":"http://foo.com/38","invoiced_outside_of_freckle_url":"http://foo.com/38/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/38/marked_as_invoiced","approved_url":"http://foo.com/38/approved","unapproved_url":"http://foo.com/38/unapproved"},{"id":39,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_4","created_at":"2018-01-15T13:02:18Z","updated_at":"2018-01-15T13:02:18Z","approved_at":null,"source_url":null,"user":{"id":40,"email":"email_7@domain.com","first_name":"first_name_7","last_name":"last_name_7","profile_image_url":"http://foo.com/6","url":"http://foo.com/39"},"approved_by":null,"tags":[],"project":{"id":41,"name":"name_7","billing_increment":5,"enabled":true,"billable":false,"color":"#b92c6c","url":"http://foo.com/40"},"url":"http://foo.com/41","invoiced_outside_of_freckle_url":"http://foo.com/41/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/41/marked_as_invoiced","approved_url":"http://foo.com/41/approved","unapproved_url":"http://foo.com/41/unapproved"},{"id":42,"date":"2018-01-15","billable":false,"minutes":45,"description":"description_5","created_at":"2018-01-15T11:51:30Z","updated_at":"2018-01-15T11:51:30Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[],"project":{"id":44,"name":"name_8","billing_increment":5,"enabled":true,"billable":false,"color":"#bd4242","url":"http://foo.com/43"},"url":"http://foo.com/72","invoiced_outside_of_freckle_url":"http://foo.com/72/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/72/marked_as_invoiced","approved_url":"http://foo.com/72/approved","unapproved_url":"http://foo.com/72/unapproved"},{"id":45,"date":"2018-01-15","billable":false,"minutes":90,"description":"description_17","created_at":"2018-01-15T10:31:49Z","updated_at":"2018-01-15T10:31:49Z","approved_at":null,"source_url":null,"user":{"id":40,"email":"email_7@domain.com","first_name":"first_name_7","last_name":"last_name_7","profile_image_url":"http://foo.com/6","url":"http://foo.com/39"},"approved_by":null,"tags":[{"id":10,"name":"name_12","billable":true,"formatted_name":"description_17","url":"http://foo.com/9"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/75","invoiced_outside_of_freckle_url":"http://foo.com/75/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/75/marked_as_invoiced","approved_url":"http://foo.com/75/approved","unapproved_url":"http://foo.com/75/unapproved"},{"id":46,"date":"2018-01-12","billable":false,"minutes":120,"description":"description_16","created_at":"2018-01-15T07:47:10Z","updated_at":"2018-01-15T07:47:10Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[],"project":{"id":47,"name":"name_9","billing_increment":5,"enabled":true,"billable":false,"color":"#3195a7","url":"http://foo.com/46"},"url":"http://foo.com/76","invoiced_outside_of_freckle_url":"http://foo.com/76/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/76/marked_as_invoiced","approved_url":"http://foo.com/76/approved","unapproved_url":"http://foo.com/76/unapproved"},{"id":48,"date":"2018-01-12","billable":true,"minutes":360,"description":"description_2","created_at":"2018-01-15T07:46:58Z","updated_at":"2018-01-15T07:46:58Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":3,"name":"name_0","billing_increment":5,"enabled":false,"billable":true,"color":"#ef5555","url":"http://foo.com/2"},"url":"http://foo.com/78","invoiced_outside_of_freckle_url":"http://foo.com/78/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/78/marked_as_invoiced","approved_url":"http://foo.com/78/approved","unapproved_url":"http://foo.com/78/unapproved"},{"id":49,"date":"2018-01-05","billable":false,"minutes":30,"description":"description_3","created_at":"2018-01-09T09:48:05Z","updated_at":"2018-01-15T09:59:47Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/79","invoiced_outside_of_freckle_url":"http://foo.com/79/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/79/marked_as_invoiced","approved_url":"http://foo.com/79/approved","unapproved_url":"http://foo.com/79/unapproved"},{"id":52,"date":"2017-12-04","billable":false,"minutes":390,"description":"description_6","created_at":"2017-12-05T14:32:14Z","updated_at":"2018-01-15T10:00:47Z","approved_at":null,"source_url":null,"user":{"id":53,"email":"email_9@domain.com","first_name":"first_name_9","last_name":"last_name_9","profile_image_url":"","url":"http://foo.com/43"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/53","invoiced_outside_of_freckle_url":"http://foo.com/53/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/53/marked_as_invoiced","approved_url":"http://foo.com/53/approved","unapproved_url":"http://foo.com/53/unapproved"},{"id":54,"date":"2017-10-23","billable":false,"minutes":30,"description":"description_1","created_at":"2017-10-24T08:13:05Z","updated_at":"2018-01-15T10:02:38Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":55,"name":"name_22","billable":true,"formatted_name":"#name_22","url":"http://foo.com/54"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/55","invoiced_outside_of_freckle_url":"http://foo.com/55/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/55/marked_as_invoiced","approved_url":"http://foo.com/55/approved","unapproved_url":"http://foo.com/55/unapproved"},{"id":56,"date":"2017-10-02","billable":false,"minutes":60,"description":"description_8","created_at":"2017-10-02T09:13:06Z","updated_at":"2018-01-15T10:01:16Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[{"id":57,"name":"name_23","billable":true,"formatted_name":"#name_23","url":"http://foo.com/56"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/57","invoiced_outside_of_freckle_url":"http://foo.com/57/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/57/marked_as_invoiced","approved_url":"http://foo.com/57/approved","unapproved_url":"http://foo.com/57/unapproved"},{"id":58,"date":"2017-07-26","billable":false,"minutes":120,"description":"description_9","created_at":"2017-07-28T15:03:05Z","updated_at":"2018-01-15T10:02:03Z","approved_at":null,"source_url":null,"user":{"id":59,"email":"email_10@domain.com","first_name":"first_name_10","last_name":"last_name_10","profile_image_url":"","url":"http://foo.com/49"},"approved_by":null,"tags":[{"id":57,"name":"name_23","billable":true,"formatted_name":"#name_23","url":"http://foo.com/56"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/59","invoiced_outside_of_freckle_url":"http://foo.com/59/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/59/marked_as_invoiced","approved_url":"http://foo.com/59/approved","unapproved_url":"http://foo.com/59/unapproved"}]'
|
46
46
|
http_version:
|
47
|
-
recorded_at:
|
47
|
+
recorded_at: Thu, 29 Aug 2019 08:07:02 GMT
|
48
48
|
recorded_with: VCR 4.0.0
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.
|
5
|
+
uri: https://api.nokotime.com/v2/entries?updated_from=2018-01-15T00:00:00Z&updated_to=2018-01-16T00:00:00Z
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -21,11 +21,11 @@ http_interactions:
|
|
21
21
|
Server:
|
22
22
|
- nginx
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Thu, 29 Aug 2019 08:07:02 GMT
|
25
25
|
Content-Type:
|
26
26
|
- application/json; charset=utf-8
|
27
27
|
Content-Length:
|
28
|
-
- '
|
28
|
+
- '30138'
|
29
29
|
Connection:
|
30
30
|
- keep-alive
|
31
31
|
Status:
|
@@ -35,14 +35,14 @@ http_interactions:
|
|
35
35
|
X-Frame-Options:
|
36
36
|
- SAMEORIGIN
|
37
37
|
X-Runtime:
|
38
|
-
- '
|
38
|
+
- '213'
|
39
39
|
Vary:
|
40
40
|
- Origin
|
41
41
|
Strict-Transport-Security:
|
42
42
|
- max-age=31536000; includeSubdomains
|
43
43
|
body:
|
44
44
|
encoding: UTF-8
|
45
|
-
string: '[{"id":0,"date":"2018-01-15","billable":true,"minutes":360,"description":"description_7","created_at":"2018-01-15T19:00:34Z","updated_at":"2018-01-15T19:00:34Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":3,"name":"name_0","billing_increment":5,"enabled":false,"billable":true,"color":"#ef5555","url":"http://foo.com/2"},"url":"http://foo.com/3","invoiced_outside_of_freckle_url":"http://foo.com/3/invoiced_outside_of_freckle","approved_url":"http://foo.com/3/approved","unapproved_url":"http://foo.com/3/unapproved"},{"id":4,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_15","created_at":"2018-01-15T18:34:53Z","updated_at":"2018-01-15T18:34:53Z","approved_at":null,"source_url":null,"user":{"id":5,"email":"email_1@domain.com","first_name":"first_name_1","last_name":"last_name_0","profile_image_url":"http://foo.com/1","url":"http://foo.com/4"},"approved_by":null,"tags":[{"id":6,"name":"name_10","billable":true,"formatted_name":"#name_10","url":"http://foo.com/5"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/7","invoiced_outside_of_freckle_url":"http://foo.com/7/invoiced_outside_of_freckle","approved_url":"http://foo.com/7/approved","unapproved_url":"http://foo.com/7/unapproved"},{"id":8,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_17","created_at":"2018-01-15T17:42:38Z","updated_at":"2018-01-15T17:42:38Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":10,"name":"name_12","billable":true,"formatted_name":"description_17","url":"http://foo.com/9"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/10","invoiced_outside_of_freckle_url":"http://foo.com/10/invoiced_outside_of_freckle","approved_url":"http://foo.com/10/approved","unapproved_url":"http://foo.com/10/unapproved"},{"id":11,"date":"2018-01-15","billable":false,"minutes":15,"description":"","created_at":"2018-01-15T17:42:29Z","updated_at":"2018-01-15T17:42:29Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[],"project":{"id":12,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#f1f353","url":"http://foo.com/11"},"url":"http://foo.com/12","invoiced_outside_of_freckle_url":"http://foo.com/12/invoiced_outside_of_freckle","approved_url":"http://foo.com/12/approved","unapproved_url":"http://foo.com/12/unapproved"},{"id":13,"date":"2018-01-15","billable":false,"minutes":120,"description":"description_18","created_at":"2018-01-15T17:21:50Z","updated_at":"2018-01-15T17:21:50Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":14,"name":"name_3","billing_increment":5,"enabled":true,"billable":false,"color":"#7d4ad1","url":"http://foo.com/13"},"url":"http://foo.com/14","invoiced_outside_of_freckle_url":"http://foo.com/14/invoiced_outside_of_freckle","approved_url":"http://foo.com/14/approved","unapproved_url":"http://foo.com/14/unapproved"},{"id":15,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_10","created_at":"2018-01-15T17:21:43Z","updated_at":"2018-01-15T17:21:43Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[],"project":{"id":16,"name":"name_4","billing_increment":5,"enabled":true,"billable":false,"color":"#0f6953","url":"http://foo.com/15"},"url":"http://foo.com/16","invoiced_outside_of_freckle_url":"http://foo.com/16/invoiced_outside_of_freckle","approved_url":"http://foo.com/16/approved","unapproved_url":"http://foo.com/16/unapproved"},{"id":17,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T17:21:20Z","updated_at":"2018-01-15T17:21:20Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/18","invoiced_outside_of_freckle_url":"http://foo.com/18/invoiced_outside_of_freckle","approved_url":"http://foo.com/18/approved","unapproved_url":"http://foo.com/18/unapproved"},{"id":19,"date":"2018-01-15","billable":true,"minutes":60,"description":"description_11","created_at":"2018-01-15T17:08:55Z","updated_at":"2018-01-15T17:08:55Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":20,"name":"name_14","billable":true,"formatted_name":"#name_14","url":"http://foo.com/10"}],"project":{"id":21,"name":"name_1","billing_increment":5,"enabled":true,"billable":true,"color":"#ef63a2","url":"http://foo.com/20"},"url":"http://foo.com/21","invoiced_outside_of_freckle_url":"http://foo.com/21/invoiced_outside_of_freckle","approved_url":"http://foo.com/21/approved","unapproved_url":"http://foo.com/21/unapproved"},{"id":22,"date":"2018-01-15","billable":false,"minutes":180,"description":"description_12","created_at":"2018-01-15T17:04:02Z","updated_at":"2018-01-15T17:04:02Z","approved_at":null,"source_url":null,"user":{"id":23,"email":"email_3@domain.com","first_name":"first_name_3","last_name":"last_name_3","profile_image_url":"http://foo.com/3","url":"http://foo.com/22"},"approved_by":null,"tags":[{"id":24,"name":"name_15","billable":true,"formatted_name":"#name_15","url":"http://foo.com/14"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/24","invoiced_outside_of_freckle_url":"http://foo.com/24/invoiced_outside_of_freckle","approved_url":"http://foo.com/24/approved","unapproved_url":"http://foo.com/24/unapproved"},{"id":25,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T17:03:24Z","updated_at":"2018-01-15T17:03:24Z","approved_at":null,"source_url":null,"user":{"id":23,"email":"email_3@domain.com","first_name":"first_name_3","last_name":"last_name_3","profile_image_url":"http://foo.com/3","url":"http://foo.com/22"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/25","invoiced_outside_of_freckle_url":"http://foo.com/25/invoiced_outside_of_freckle","approved_url":"http://foo.com/25/approved","unapproved_url":"http://foo.com/25/unapproved"},{"id":26,"date":"2018-01-15","billable":true,"minutes":360,"description":"description_0","created_at":"2018-01-15T16:44:24Z","updated_at":"2018-01-15T16:45:24Z","approved_at":null,"source_url":null,"user":{"id":27,"email":"email_4@domain.com","first_name":"first_name_4","last_name":"last_name_4","profile_image_url":"http://foo.com/4","url":"http://foo.com/26"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":28,"name":"name_16","billing_increment":5,"enabled":true,"billable":true,"color":"#bf4e40","url":"http://foo.com/27"},"url":"http://foo.com/28","invoiced_outside_of_freckle_url":"http://foo.com/28/invoiced_outside_of_freckle","approved_url":"http://foo.com/28/approved","unapproved_url":"http://foo.com/28/unapproved"},{"id":29,"date":"2018-01-15","billable":false,"minutes":30,"description":"","created_at":"2018-01-15T15:54:34Z","updated_at":"2018-01-15T15:54:34Z","approved_at":null,"source_url":null,"user":{"id":30,"email":"email_5@domain.com","first_name":"first_name_5","last_name":"last_name_5","profile_image_url":"","url":"http://foo.com/29"},"approved_by":null,"tags":[],"project":{"id":31,"name":"name_17","billing_increment":5,"enabled":true,"billable":false,"color":"#f6bed7","url":"http://foo.com/21"},"url":"http://foo.com/31","invoiced_outside_of_freckle_url":"http://foo.com/31/invoiced_outside_of_freckle","approved_url":"http://foo.com/31/approved","unapproved_url":"http://foo.com/31/unapproved"},{"id":32,"date":"2018-01-15","billable":true,"minutes":240,"description":"description_13","created_at":"2018-01-15T15:44:38Z","updated_at":"2018-01-15T15:44:38Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":34,"name":"name_18","billable":true,"formatted_name":"#name_18","url":"http://foo.com/33"}],"project":{"id":35,"name":"name_19","billing_increment":5,"enabled":true,"billable":true,"color":"#13a480","url":"http://foo.com/25"},"url":"http://foo.com/35","invoiced_outside_of_freckle_url":"http://foo.com/35/invoiced_outside_of_freckle","approved_url":"http://foo.com/35/approved","unapproved_url":"http://foo.com/35/unapproved"},{"id":36,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T15:44:27Z","updated_at":"2018-01-15T15:44:27Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/36","invoiced_outside_of_freckle_url":"http://foo.com/36/invoiced_outside_of_freckle","approved_url":"http://foo.com/36/approved","unapproved_url":"http://foo.com/36/unapproved"},{"id":37,"date":"2018-01-15","billable":true,"minutes":60,"description":"description_14","created_at":"2018-01-15T15:44:17Z","updated_at":"2018-01-15T15:44:17Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":20,"name":"name_14","billable":true,"formatted_name":"#name_14","url":"http://foo.com/10"}],"project":{"id":38,"name":"name_5","billing_increment":5,"enabled":true,"billable":true,"color":"#70e2c6","url":"http://foo.com/28"},"url":"http://foo.com/38","invoiced_outside_of_freckle_url":"http://foo.com/38/invoiced_outside_of_freckle","approved_url":"http://foo.com/38/approved","unapproved_url":"http://foo.com/38/unapproved"},{"id":39,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_4","created_at":"2018-01-15T13:02:18Z","updated_at":"2018-01-15T13:02:18Z","approved_at":null,"source_url":null,"user":{"id":40,"email":"email_7@domain.com","first_name":"first_name_7","last_name":"last_name_7","profile_image_url":"http://foo.com/6","url":"http://foo.com/39"},"approved_by":null,"tags":[],"project":{"id":41,"name":"name_6","billing_increment":5,"enabled":true,"billable":false,"color":"#b92c6c","url":"http://foo.com/40"},"url":"http://foo.com/41","invoiced_outside_of_freckle_url":"http://foo.com/41/invoiced_outside_of_freckle","approved_url":"http://foo.com/41/approved","unapproved_url":"http://foo.com/41/unapproved"},{"id":42,"date":"2018-01-15","billable":false,"minutes":45,"description":"description_5","created_at":"2018-01-15T11:51:30Z","updated_at":"2018-01-15T11:51:30Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[],"project":{"id":44,"name":"name_7","billing_increment":5,"enabled":true,"billable":false,"color":"#bd4242","url":"http://foo.com/43"},"url":"http://foo.com/72","invoiced_outside_of_freckle_url":"http://foo.com/72/invoiced_outside_of_freckle","approved_url":"http://foo.com/72/approved","unapproved_url":"http://foo.com/72/unapproved"},{"id":45,"date":"2018-01-15","billable":false,"minutes":90,"description":"description_17","created_at":"2018-01-15T10:31:49Z","updated_at":"2018-01-15T10:31:49Z","approved_at":null,"source_url":null,"user":{"id":40,"email":"email_7@domain.com","first_name":"first_name_7","last_name":"last_name_7","profile_image_url":"http://foo.com/6","url":"http://foo.com/39"},"approved_by":null,"tags":[{"id":10,"name":"name_12","billable":true,"formatted_name":"description_17","url":"http://foo.com/9"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/75","invoiced_outside_of_freckle_url":"http://foo.com/75/invoiced_outside_of_freckle","approved_url":"http://foo.com/75/approved","unapproved_url":"http://foo.com/75/unapproved"},{"id":46,"date":"2018-01-12","billable":false,"minutes":120,"description":"description_16","created_at":"2018-01-15T07:47:10Z","updated_at":"2018-01-15T07:47:10Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[],"project":{"id":47,"name":"name_8","billing_increment":5,"enabled":true,"billable":false,"color":"#3195a7","url":"http://foo.com/46"},"url":"http://foo.com/76","invoiced_outside_of_freckle_url":"http://foo.com/76/invoiced_outside_of_freckle","approved_url":"http://foo.com/76/approved","unapproved_url":"http://foo.com/76/unapproved"},{"id":48,"date":"2018-01-12","billable":true,"minutes":360,"description":"description_2","created_at":"2018-01-15T07:46:58Z","updated_at":"2018-01-15T07:46:58Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":3,"name":"name_0","billing_increment":5,"enabled":false,"billable":true,"color":"#ef5555","url":"http://foo.com/2"},"url":"http://foo.com/78","invoiced_outside_of_freckle_url":"http://foo.com/78/invoiced_outside_of_freckle","approved_url":"http://foo.com/78/approved","unapproved_url":"http://foo.com/78/unapproved"},{"id":49,"date":"2018-01-05","billable":false,"minutes":30,"description":"description_3","created_at":"2018-01-09T09:48:05Z","updated_at":"2018-01-15T09:59:47Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/79","invoiced_outside_of_freckle_url":"http://foo.com/79/invoiced_outside_of_freckle","approved_url":"http://foo.com/79/approved","unapproved_url":"http://foo.com/79/unapproved"},{"id":52,"date":"2017-12-04","billable":false,"minutes":390,"description":"description_6","created_at":"2017-12-05T14:32:14Z","updated_at":"2018-01-15T10:00:47Z","approved_at":null,"source_url":null,"user":{"id":53,"email":"email_9@domain.com","first_name":"first_name_9","last_name":"last_name_9","profile_image_url":"","url":"http://foo.com/43"},"approved_by":null,"tags":[{"id":2,"name":"name_9","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/53","invoiced_outside_of_freckle_url":"http://foo.com/53/invoiced_outside_of_freckle","approved_url":"http://foo.com/53/approved","unapproved_url":"http://foo.com/53/unapproved"},{"id":54,"date":"2017-10-23","billable":false,"minutes":30,"description":"description_1","created_at":"2017-10-24T08:13:05Z","updated_at":"2018-01-15T10:02:38Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":55,"name":"name_22","billable":true,"formatted_name":"#name_22","url":"http://foo.com/54"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/55","invoiced_outside_of_freckle_url":"http://foo.com/55/invoiced_outside_of_freckle","approved_url":"http://foo.com/55/approved","unapproved_url":"http://foo.com/55/unapproved"},{"id":56,"date":"2017-10-02","billable":false,"minutes":60,"description":"description_8","created_at":"2017-10-02T09:13:06Z","updated_at":"2018-01-15T10:01:16Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[{"id":57,"name":"name_23","billable":true,"formatted_name":"#name_23","url":"http://foo.com/56"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/57","invoiced_outside_of_freckle_url":"http://foo.com/57/invoiced_outside_of_freckle","approved_url":"http://foo.com/57/approved","unapproved_url":"http://foo.com/57/unapproved"},{"id":58,"date":"2017-07-26","billable":false,"minutes":120,"description":"description_9","created_at":"2017-07-28T15:03:05Z","updated_at":"2018-01-15T10:02:03Z","approved_at":null,"source_url":null,"user":{"id":59,"email":"email_10@domain.com","first_name":"first_name_10","last_name":"last_name_10","profile_image_url":"","url":"http://foo.com/49"},"approved_by":null,"tags":[{"id":57,"name":"name_23","billable":true,"formatted_name":"#name_23","url":"http://foo.com/56"}],"project":{"id":7,"name":"name_11","billing_increment":5,"enabled":true,"billable":false,"color":"#55c9ef","url":"http://foo.com/6"},"url":"http://foo.com/59","invoiced_outside_of_freckle_url":"http://foo.com/59/invoiced_outside_of_freckle","approved_url":"http://foo.com/59/approved","unapproved_url":"http://foo.com/59/unapproved"}]'
|
45
|
+
string: '[{"id":0,"date":"2018-01-15","billable":true,"minutes":360,"description":"description_7","created_at":"2018-01-15T19:00:34Z","updated_at":"2018-01-15T19:00:34Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":3,"name":"name_0","billing_increment":5,"enabled":false,"billable":true,"color":"#ef5555","url":"http://foo.com/2"},"url":"http://foo.com/3","invoiced_outside_of_freckle_url":"http://foo.com/3/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/3/marked_as_invoiced","approved_url":"http://foo.com/3/approved","unapproved_url":"http://foo.com/3/unapproved"},{"id":4,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_15","created_at":"2018-01-15T18:34:53Z","updated_at":"2018-01-15T18:34:53Z","approved_at":null,"source_url":null,"user":{"id":5,"email":"email_1@domain.com","first_name":"first_name_1","last_name":"last_name_0","profile_image_url":"http://foo.com/1","url":"http://foo.com/4"},"approved_by":null,"tags":[{"id":6,"name":"name_11","billable":true,"formatted_name":"#name_11","url":"http://foo.com/5"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/7","invoiced_outside_of_freckle_url":"http://foo.com/7/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/7/marked_as_invoiced","approved_url":"http://foo.com/7/approved","unapproved_url":"http://foo.com/7/unapproved"},{"id":8,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_17","created_at":"2018-01-15T17:42:38Z","updated_at":"2018-01-15T17:42:38Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":10,"name":"name_12","billable":true,"formatted_name":"description_17","url":"http://foo.com/9"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/10","invoiced_outside_of_freckle_url":"http://foo.com/10/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/10/marked_as_invoiced","approved_url":"http://foo.com/10/approved","unapproved_url":"http://foo.com/10/unapproved"},{"id":11,"date":"2018-01-15","billable":false,"minutes":15,"description":"","created_at":"2018-01-15T17:42:29Z","updated_at":"2018-01-15T17:42:29Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[],"project":{"id":12,"name":"name_4","billing_increment":5,"enabled":true,"billable":false,"color":"#f1f353","url":"http://foo.com/11"},"url":"http://foo.com/12","invoiced_outside_of_freckle_url":"http://foo.com/12/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/12/marked_as_invoiced","approved_url":"http://foo.com/12/approved","unapproved_url":"http://foo.com/12/unapproved"},{"id":13,"date":"2018-01-15","billable":false,"minutes":120,"description":"description_18","created_at":"2018-01-15T17:21:50Z","updated_at":"2018-01-15T17:21:50Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":14,"name":"name_5","billing_increment":5,"enabled":true,"billable":false,"color":"#7d4ad1","url":"http://foo.com/13"},"url":"http://foo.com/14","invoiced_outside_of_freckle_url":"http://foo.com/14/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/14/marked_as_invoiced","approved_url":"http://foo.com/14/approved","unapproved_url":"http://foo.com/14/unapproved"},{"id":15,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_10","created_at":"2018-01-15T17:21:43Z","updated_at":"2018-01-15T17:21:43Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[],"project":{"id":16,"name":"name_6","billing_increment":5,"enabled":true,"billable":false,"color":"#7d4ad1","url":"http://foo.com/15"},"url":"http://foo.com/16","invoiced_outside_of_freckle_url":"http://foo.com/16/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/16/marked_as_invoiced","approved_url":"http://foo.com/16/approved","unapproved_url":"http://foo.com/16/unapproved"},{"id":17,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T17:21:20Z","updated_at":"2018-01-15T17:21:20Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/18","invoiced_outside_of_freckle_url":"http://foo.com/18/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/18/marked_as_invoiced","approved_url":"http://foo.com/18/approved","unapproved_url":"http://foo.com/18/unapproved"},{"id":19,"date":"2018-01-15","billable":true,"minutes":60,"description":"description_11","created_at":"2018-01-15T17:08:55Z","updated_at":"2018-01-15T17:08:55Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":20,"name":"name_14","billable":true,"formatted_name":"#name_14","url":"http://foo.com/19"}],"project":{"id":21,"name":"name_3","billing_increment":5,"enabled":true,"billable":true,"color":"#ef63a2","url":"http://foo.com/20"},"url":"http://foo.com/21","invoiced_outside_of_freckle_url":"http://foo.com/21/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/21/marked_as_invoiced","approved_url":"http://foo.com/21/approved","unapproved_url":"http://foo.com/21/unapproved"},{"id":22,"date":"2018-01-15","billable":false,"minutes":180,"description":"description_12","created_at":"2018-01-15T17:04:02Z","updated_at":"2018-01-15T17:04:02Z","approved_at":null,"source_url":null,"user":{"id":23,"email":"email_3@domain.com","first_name":"first_name_3","last_name":"last_name_3","profile_image_url":"http://foo.com/3","url":"http://foo.com/22"},"approved_by":null,"tags":[{"id":24,"name":"name_15","billable":true,"formatted_name":"#name_15","url":"http://foo.com/23"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/24","invoiced_outside_of_freckle_url":"http://foo.com/24/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/24/marked_as_invoiced","approved_url":"http://foo.com/24/approved","unapproved_url":"http://foo.com/24/unapproved"},{"id":25,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T17:03:24Z","updated_at":"2018-01-15T17:03:24Z","approved_at":null,"source_url":null,"user":{"id":23,"email":"email_3@domain.com","first_name":"first_name_3","last_name":"last_name_3","profile_image_url":"http://foo.com/3","url":"http://foo.com/22"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/25","invoiced_outside_of_freckle_url":"http://foo.com/25/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/25/marked_as_invoiced","approved_url":"http://foo.com/25/approved","unapproved_url":"http://foo.com/25/unapproved"},{"id":26,"date":"2018-01-15","billable":true,"minutes":360,"description":"description_0","created_at":"2018-01-15T16:44:24Z","updated_at":"2018-01-15T16:45:24Z","approved_at":null,"source_url":null,"user":{"id":27,"email":"email_4@domain.com","first_name":"first_name_4","last_name":"last_name_4","profile_image_url":"http://foo.com/4","url":"http://foo.com/26"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":28,"name":"name_16","billing_increment":5,"enabled":true,"billable":true,"color":"#bf4e40","url":"http://foo.com/27"},"url":"http://foo.com/28","invoiced_outside_of_freckle_url":"http://foo.com/28/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/28/marked_as_invoiced","approved_url":"http://foo.com/28/approved","unapproved_url":"http://foo.com/28/unapproved"},{"id":29,"date":"2018-01-15","billable":false,"minutes":30,"description":"","created_at":"2018-01-15T15:54:34Z","updated_at":"2018-01-15T15:54:34Z","approved_at":null,"source_url":null,"user":{"id":30,"email":"email_5@domain.com","first_name":"first_name_5","last_name":"last_name_5","profile_image_url":"","url":"http://foo.com/29"},"approved_by":null,"tags":[],"project":{"id":31,"name":"name_17","billing_increment":5,"enabled":true,"billable":false,"color":"#f6bed7","url":"http://foo.com/21"},"url":"http://foo.com/31","invoiced_outside_of_freckle_url":"http://foo.com/31/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/31/marked_as_invoiced","approved_url":"http://foo.com/31/approved","unapproved_url":"http://foo.com/31/unapproved"},{"id":32,"date":"2018-01-15","billable":true,"minutes":240,"description":"description_13","created_at":"2018-01-15T15:44:38Z","updated_at":"2018-01-15T15:44:38Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":34,"name":"name_18","billable":true,"formatted_name":"#name_18","url":"http://foo.com/33"}],"project":{"id":35,"name":"name_19","billing_increment":5,"enabled":true,"billable":true,"color":"#13a480","url":"http://foo.com/25"},"url":"http://foo.com/35","invoiced_outside_of_freckle_url":"http://foo.com/35/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/35/marked_as_invoiced","approved_url":"http://foo.com/35/approved","unapproved_url":"http://foo.com/35/unapproved"},{"id":36,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_19","created_at":"2018-01-15T15:44:27Z","updated_at":"2018-01-15T15:44:27Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":18,"name":"name_13","billable":true,"formatted_name":"description_19","url":"http://foo.com/17"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/36","invoiced_outside_of_freckle_url":"http://foo.com/36/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/36/marked_as_invoiced","approved_url":"http://foo.com/36/approved","unapproved_url":"http://foo.com/36/unapproved"},{"id":37,"date":"2018-01-15","billable":true,"minutes":60,"description":"description_14","created_at":"2018-01-15T15:44:17Z","updated_at":"2018-01-15T15:44:17Z","approved_at":null,"source_url":null,"user":{"id":33,"email":"email_6@domain.com","first_name":"first_name_6","last_name":"last_name_6","profile_image_url":"http://foo.com/5","url":"http://foo.com/32"},"approved_by":null,"tags":[{"id":20,"name":"name_14","billable":true,"formatted_name":"#name_14","url":"http://foo.com/19"}],"project":{"id":38,"name":"name_1","billing_increment":5,"enabled":true,"billable":true,"color":"#f1f353","url":"http://foo.com/28"},"url":"http://foo.com/38","invoiced_outside_of_freckle_url":"http://foo.com/38/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/38/marked_as_invoiced","approved_url":"http://foo.com/38/approved","unapproved_url":"http://foo.com/38/unapproved"},{"id":39,"date":"2018-01-15","billable":false,"minutes":60,"description":"description_4","created_at":"2018-01-15T13:02:18Z","updated_at":"2018-01-15T13:02:18Z","approved_at":null,"source_url":null,"user":{"id":40,"email":"email_7@domain.com","first_name":"first_name_7","last_name":"last_name_7","profile_image_url":"http://foo.com/6","url":"http://foo.com/39"},"approved_by":null,"tags":[],"project":{"id":41,"name":"name_7","billing_increment":5,"enabled":true,"billable":false,"color":"#b92c6c","url":"http://foo.com/40"},"url":"http://foo.com/41","invoiced_outside_of_freckle_url":"http://foo.com/41/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/41/marked_as_invoiced","approved_url":"http://foo.com/41/approved","unapproved_url":"http://foo.com/41/unapproved"},{"id":42,"date":"2018-01-15","billable":false,"minutes":45,"description":"description_5","created_at":"2018-01-15T11:51:30Z","updated_at":"2018-01-15T11:51:30Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[],"project":{"id":44,"name":"name_8","billing_increment":5,"enabled":true,"billable":false,"color":"#bd4242","url":"http://foo.com/43"},"url":"http://foo.com/72","invoiced_outside_of_freckle_url":"http://foo.com/72/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/72/marked_as_invoiced","approved_url":"http://foo.com/72/approved","unapproved_url":"http://foo.com/72/unapproved"},{"id":45,"date":"2018-01-15","billable":false,"minutes":90,"description":"description_17","created_at":"2018-01-15T10:31:49Z","updated_at":"2018-01-15T10:31:49Z","approved_at":null,"source_url":null,"user":{"id":40,"email":"email_7@domain.com","first_name":"first_name_7","last_name":"last_name_7","profile_image_url":"http://foo.com/6","url":"http://foo.com/39"},"approved_by":null,"tags":[{"id":10,"name":"name_12","billable":true,"formatted_name":"description_17","url":"http://foo.com/9"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/75","invoiced_outside_of_freckle_url":"http://foo.com/75/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/75/marked_as_invoiced","approved_url":"http://foo.com/75/approved","unapproved_url":"http://foo.com/75/unapproved"},{"id":46,"date":"2018-01-12","billable":false,"minutes":120,"description":"description_16","created_at":"2018-01-15T07:47:10Z","updated_at":"2018-01-15T07:47:10Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[],"project":{"id":47,"name":"name_9","billing_increment":5,"enabled":true,"billable":false,"color":"#3195a7","url":"http://foo.com/46"},"url":"http://foo.com/76","invoiced_outside_of_freckle_url":"http://foo.com/76/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/76/marked_as_invoiced","approved_url":"http://foo.com/76/approved","unapproved_url":"http://foo.com/76/unapproved"},{"id":48,"date":"2018-01-12","billable":true,"minutes":360,"description":"description_2","created_at":"2018-01-15T07:46:58Z","updated_at":"2018-01-15T07:46:58Z","approved_at":null,"source_url":null,"user":{"id":1,"email":"email_0@domain.com","first_name":"first_name_0","last_name":"last_name_1","profile_image_url":"http://foo.com/0","url":"http://foo.com/0"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"}],"project":{"id":3,"name":"name_0","billing_increment":5,"enabled":false,"billable":true,"color":"#ef5555","url":"http://foo.com/2"},"url":"http://foo.com/78","invoiced_outside_of_freckle_url":"http://foo.com/78/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/78/marked_as_invoiced","approved_url":"http://foo.com/78/approved","unapproved_url":"http://foo.com/78/unapproved"},{"id":49,"date":"2018-01-05","billable":false,"minutes":30,"description":"description_3","created_at":"2018-01-09T09:48:05Z","updated_at":"2018-01-15T09:59:47Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/79","invoiced_outside_of_freckle_url":"http://foo.com/79/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/79/marked_as_invoiced","approved_url":"http://foo.com/79/approved","unapproved_url":"http://foo.com/79/unapproved"},{"id":52,"date":"2017-12-04","billable":false,"minutes":390,"description":"description_6","created_at":"2017-12-05T14:32:14Z","updated_at":"2018-01-15T10:00:47Z","approved_at":null,"source_url":null,"user":{"id":53,"email":"email_9@domain.com","first_name":"first_name_9","last_name":"last_name_9","profile_image_url":"","url":"http://foo.com/43"},"approved_by":null,"tags":[{"id":2,"name":"name_10","billable":true,"formatted_name":"description_18","url":"http://foo.com/1"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/53","invoiced_outside_of_freckle_url":"http://foo.com/53/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/53/marked_as_invoiced","approved_url":"http://foo.com/53/approved","unapproved_url":"http://foo.com/53/unapproved"},{"id":54,"date":"2017-10-23","billable":false,"minutes":30,"description":"description_1","created_at":"2017-10-24T08:13:05Z","updated_at":"2018-01-15T10:02:38Z","approved_at":null,"source_url":null,"user":{"id":9,"email":"email_2@domain.com","first_name":"first_name_2","last_name":"last_name_2","profile_image_url":"http://foo.com/2","url":"http://foo.com/8"},"approved_by":null,"tags":[{"id":55,"name":"name_22","billable":true,"formatted_name":"#name_22","url":"http://foo.com/54"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/55","invoiced_outside_of_freckle_url":"http://foo.com/55/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/55/marked_as_invoiced","approved_url":"http://foo.com/55/approved","unapproved_url":"http://foo.com/55/unapproved"},{"id":56,"date":"2017-10-02","billable":false,"minutes":60,"description":"description_8","created_at":"2017-10-02T09:13:06Z","updated_at":"2018-01-15T10:01:16Z","approved_at":null,"source_url":null,"user":{"id":43,"email":"email_8@domain.com","first_name":"first_name_8","last_name":"last_name_8","profile_image_url":"http://foo.com/7","url":"http://foo.com/42"},"approved_by":null,"tags":[{"id":57,"name":"name_23","billable":true,"formatted_name":"#name_23","url":"http://foo.com/56"},{"id":50,"name":"name_20","billable":false,"formatted_name":"#name_20*","url":"http://foo.com/49"}],"project":{"id":51,"name":"name_21","billing_increment":5,"enabled":true,"billable":true,"color":"#efc255","url":"http://foo.com/50"},"url":"http://foo.com/57","invoiced_outside_of_freckle_url":"http://foo.com/57/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/57/marked_as_invoiced","approved_url":"http://foo.com/57/approved","unapproved_url":"http://foo.com/57/unapproved"},{"id":58,"date":"2017-07-26","billable":false,"minutes":120,"description":"description_9","created_at":"2017-07-28T15:03:05Z","updated_at":"2018-01-15T10:02:03Z","approved_at":null,"source_url":null,"user":{"id":59,"email":"email_10@domain.com","first_name":"first_name_10","last_name":"last_name_10","profile_image_url":"","url":"http://foo.com/49"},"approved_by":null,"tags":[{"id":57,"name":"name_23","billable":true,"formatted_name":"#name_23","url":"http://foo.com/56"}],"project":{"id":7,"name":"name_2","billing_increment":5,"enabled":true,"billable":false,"color":"#d3d52b","url":"http://foo.com/6"},"url":"http://foo.com/59","invoiced_outside_of_freckle_url":"http://foo.com/59/invoiced_outside_of_freckle","invoiced_outside_of_noko_url":"http://foo.com/59/marked_as_invoiced","approved_url":"http://foo.com/59/approved","unapproved_url":"http://foo.com/59/unapproved"}]'
|
46
46
|
http_version:
|
47
|
-
recorded_at:
|
47
|
+
recorded_at: Thu, 29 Aug 2019 08:07:02 GMT
|
48
48
|
recorded_with: VCR 4.0.0
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.
|
5
|
+
uri: https://api.nokotime.com/v2/entries?approved_at_from=2018-01-15T00:00:00Z&approved_at_to=2018-01-15T00:00:00Z&approved_by_ids=1,2&billable=true&description=aaa&from=2018-01-01&per_page=30&project_ids=1,2&tag_filter_type=and&tag_ids=1,2&to=2018-01-01&updated_from=2018-01-15T00:00:00Z&updated_to=2018-01-15T00:00:00Z&user_ids=1,2
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -21,7 +21,7 @@ http_interactions:
|
|
21
21
|
Server:
|
22
22
|
- nginx
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Thu, 29 Aug 2019 08:07:03 GMT
|
25
25
|
Content-Type:
|
26
26
|
- application/json; charset=utf-8
|
27
27
|
Content-Length:
|
@@ -35,7 +35,7 @@ http_interactions:
|
|
35
35
|
X-Frame-Options:
|
36
36
|
- SAMEORIGIN
|
37
37
|
X-Runtime:
|
38
|
-
- '
|
38
|
+
- '63'
|
39
39
|
Vary:
|
40
40
|
- Origin
|
41
41
|
Strict-Transport-Security:
|
@@ -44,5 +44,5 @@ http_interactions:
|
|
44
44
|
encoding: UTF-8
|
45
45
|
string: "[]"
|
46
46
|
http_version:
|
47
|
-
recorded_at:
|
47
|
+
recorded_at: Thu, 29 Aug 2019 08:07:03 GMT
|
48
48
|
recorded_with: VCR 4.0.0
|