Bug #1618
mn.getCapabilities returns NodeList, but more appropriate to return Node
Status:
Closed
Priority:
High
Assignee:
Category:
Documentation
Target version:
Start date:
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
Since a node can only report about itself, the return type is more accurately described as a Node, rather than a NodeList with only one Node element. Changing the return type would simplify client parsing.
Probably good to change this while building towards 0.6.2 release, as other datatypes are changing.
History
#1 Updated by Rob Nahf over 13 years ago
- Category set to Documentation
- Assignee set to Dave Vieglais
- Priority changed from Normal to High
#2 Updated by Dave Vieglais over 13 years ago
- Status changed from New to Closed
MN.getCapabilities response changed to Node rather than NodeList