Active
Project:
Unfuddle API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2011 at 20:56 UTC
Updated:
30 Jun 2011 at 20:59 UTC
The request() function takes a $data parameter that adds a query string to the request and can be useful for things like increasing the number of tickets you get from a ticket report: http://unfuddle.com/docs/api/tickets#tickets
This isn't being used by any of the 'get' functions aka 'getTickets'.
public function getTickets($projectID = NULL)
should be:
public function getTickets($projectID = NULL, $data = '')
Will update this in both versions if no one has any objections.
Comments
Comment #1
acouch commentedI see it used used by 'getProjectTimeInvested' and 'getTimeInvested' so I won't update those.