diff --git a/api_differences.txt b/api_differences.txt deleted file mode 100644 index 4896834..0000000 --- a/api_differences.txt +++ /dev/null @@ -1,48 +0,0 @@ -- Throttle 503 headers aren't set. 502s are sent back -- No documentation for GET /expenses or /expenses/yday/year -- Response on creation of a time entry: - -{"add"=>{"day_entry"=>{"task_id"=>"507641", "created_at"=>Sun Apr 11 03:47:13 UTC 2010, "project_id"=>"644261", "notes"=>"Test api support", "updated_at"=>Sun Apr 11 03:47:13 UTC 2010, "spent_at"=>#, "id"=>22941435, "project"=>"Time Project", "user_id"=>123427, "client"=>"Time Client", "task"=>"Time Task", "hours"=>3.0}}} - -- Get all your time entries from a project and a given timeframe -GET /people/#{user_id}/entries?from=YYYYMMDD&to=YYYYMMDD&project_id=#{project_id} - - Doesn't filter on project_id - - - curl -u zach.moazeni+test1@gmail.com:FooBarblEH8\# -H 'Accept: application/xml' -H 'Content-Type: application/xml' 'http://simplechattertest.harvestapp.com/people/123427/entries?from=20091220&to=20091230&project_id=644322' - - - - - false - 2010-04-11T05:15:45Z - 3.0 - 22941843 - false - false - project1 time - 644322 - 2009-12-28 - 507685 - - 2010-04-11T05:15:45Z - 123427 - - - false - 2010-04-11T05:15:46Z - 3.0 - 22941844 - false - false - project2 time - 644323 - 2009-12-28 - 507685 - - 2010-04-11T05:15:46Z - 123427 - - - -- day_entry vs day-entry \ No newline at end of file