Launchpad WADL's "branches" section with method getByUrls doesn't have a return type

Bug #579516 reported by Manish Sinha (मनीष सिन्हा)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

I was working on Launchpad's WADL file and hit against a small problem.
In the branches section
https://edge.launchpad.net/+apidoc/1.0.html#branches

there is a method named "getByUrls" which does not have a return type specified. The return type is not available even in WADL file. The WADL section for it is http://pastebin.com/kqZtj9zW

I was trying to generate the C# code for this section and ended up with

public void branches_getByUrls(string urls)

I know it will return back a list of branch , but that should be present in the WADL file so that anyone doesn't need to hand edit the WADL file each and every time.

Gary Poster (gary)
Changed in launchpad-foundations:
status: New → Confirmed
status: Confirmed → Triaged
importance: Undecided → High
milestone: none → 10.05
Revision history for this message
Gary Poster (gary) wrote :

From jml:

> This is because we actually want it to specify a return type of "dict that maps urls to IBranch or None".

Therefore, this is dependent on bug 481090 .

Changed in launchpad-foundations:
importance: High → Low
Revision history for this message
Gary Poster (gary) wrote :

Triaging as low because we can't act on this until bug 481090 is addressed.

Tim Penhey (thumper)
Changed in launchpad-code:
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.