|
Lines 159-165
sub _get_param_spec {
Link Here
|
| 159 |
=item C<client_secret> => secret key (password) |
159 |
=item C<client_secret> => secret key (password) |
| 160 |
|
160 |
|
| 161 |
=item C<library_id> => sometimes service providers provide access |
161 |
=item C<library_id> => sometimes service providers provide access |
| 162 |
to differnt "libraries" |
162 |
to different "libraries" |
| 163 |
|
163 |
|
| 164 |
=back |
164 |
=back |
| 165 |
|
165 |
|
|
Lines 299-305
Sort order can be added after option with ":", eg
Link Here
|
| 299 |
|
299 |
|
| 300 |
=item C<copies_owned> => number of copies owned |
300 |
=item C<copies_owned> => number of copies owned |
| 301 |
|
301 |
|
| 302 |
=item C<type> => availability type, provider dependant |
302 |
=item C<type> => availability type, provider dependent |
| 303 |
|
303 |
|
| 304 |
=back |
304 |
=back |
| 305 |
|
305 |
|
|
Lines 476-482
item records will have:
Link Here
|
| 476 |
|
476 |
|
| 477 |
=head3 Returns holds item record (as described above) |
477 |
=head3 Returns holds item record (as described above) |
| 478 |
|
478 |
|
| 479 |
In addition, C<total> field will be incorported as well. |
479 |
In addition, C<total> field will be incorporated as well. |
| 480 |
|
480 |
|
| 481 |
=head2 remove_hold ($item_id) |
481 |
=head2 remove_hold ($item_id) |
| 482 |
|
482 |
|
|
Lines 517-523
item records will have:
Link Here
|
| 517 |
|
517 |
|
| 518 |
=head3 Returns checkout item record (as described above) |
518 |
=head3 Returns checkout item record (as described above) |
| 519 |
|
519 |
|
| 520 |
In addition, C<total> field will be incorported as well. |
520 |
In addition, C<total> field will be incorporated as well. |
| 521 |
|
521 |
|
| 522 |
=head2 return ($item_id) |
522 |
=head2 return ($item_id) |
| 523 |
|
523 |
|