web staff: streaming patron search API (2)
authorBill Erickson <berick@esilibrary.com>
Tue, 4 Mar 2014 19:33:24 +0000 (14:33 -0500)
committerBill Erickson <berick@esilibrary.com>
Tue, 4 Mar 2014 19:33:24 +0000 (14:33 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm

index 1616a53..0ba9a75 100644 (file)
@@ -1326,7 +1326,12 @@ __PACKAGE__->register_method(
     # set a relatively small bundle size so the caller can start
     # seeing results fairly quickly
     max_chunk_size => 4096, # bundling
-    api_level => 2,
+
+    # api_level => 2, 
+    # pending opensrf work -- also, not sure if needed since we're not
+    # actaully creating an alternate vesrion, only offering to return a
+    # different format.
+    #
     signature => {
         desc => q/Returns a stream of fleshed user objects instead of
             a pile of identifiers/