include types for params in wadl
Bug #2039670 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
New
|
Undecided
|
Unassigned |
Bug Description
The WADL that Launchpad publishes contains type information for resource types, but not for simple types like e.g. the total_size or start in collection resource types.
This makes it harder to generate statically typed code from the WADL.
Is there any chance this information could be included?
To post a comment you must log in.
It looks like the information is included for some params (e.g. created_after correctly has "xsd:datetime"), but not for others (e.g. "getByEmail()" has an untyped "email" parameter).