lib/upwork/api/routers/reports/time.rb in upwork-api-1.0.1 vs lib/upwork/api/routers/reports/time.rb in upwork-api-1.1.0

- old
+ new

@@ -76,11 +76,11 @@ # Arguments: # freelancer_id: (String) # params: (Hash) def get_by_freelancer_limited(freelancer_id, params) $LOG.i "running " + __method__.to_s - @client.get '/timereports/v1/providers/' + freelancer_id, params + @client.get '/timereports/v1/providers/' + freelancer_id + '/hours', params end # Generating Freelancer's Specific Reports (with financial info) # # Arguments: @@ -109,6 +109,6 @@ end end end end end -end \ No newline at end of file +end