commit | ebf130e5a246831ae39e0adace0d86c79fcd1618 | [log] [tgz] |
---|---|---|
author | Urs Wolfer <uwolfer@fwo.ch> | Tue May 20 20:05:29 2014 +0200 |
committer | Dave Borowitz <dborowitz@google.com> | Tue May 20 20:25:53 2014 +0000 |
tree | 6aafd2074b9979e6ceb63a885d62cb73e8ab5449 | |
parent | fa067304199f5bb06db8c972f31f0ef48b25b1a4 [diff] |
Migrate Changes#query and Projects#list to a more fluent interface This syntax allows more compact userland code. Thanks to Dave Borowitz for this suggestion. Example: changes.query("is:open") .withLimit(5) .get(); Change-Id: I676e58c5d50c5599908df19f9384cc1e6d2aed8e