Commit Graph

6 Commits

Author SHA1 Message Date
aedampir@gmail.com
44b0f4039d ID -> Id 2016-07-17 16:29:32 +07:00
aedampir@gmail.com
36c20079a7 removed <retuns> tags 2016-07-07 03:10:31 +07:00
Alexander Efremov
b198b47254 cleared <returns> tags 2016-06-17 05:41:03 +07:00
Alexander Efremov
7bbbc7e74b added new overloads
modified XML docs a little bit
2016-06-12 14:27:23 +07:00
Micah
b141703dbd Adds TreeClient.GetRecursive method.
Initially I implemented this as an optional parameter that would append "?recursive=1" to the end of the URI if an optional recursive boolean was supplied to the TreeClient.Get method.  Unfortunately, code analysis complained about that so I went with a set of new overloads instead.

Let me know if a different approach is preferred for adding optional query string parameters to API methods or if this is the preferred solution.  The problem with this solution is that it doesn't scale out well with multiple optional parameters.
2015-01-11 14:31:55 -08:00
pltaylor
b2a2897bc8 Create Observable Tests 2013-11-11 09:03:30 -05:00