[Koha-bugs] [Bug 30790] Add REST API route to list biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 20 09:58:58 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790

--- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Just trying to get a bit more grip on what could be done with the query string:

objects.search
            my $args = $c->validation->output;
[..]
            my ( $filtered_params, $reserved_params, $path_params ) =
$c->extract_reserved_params($args);

Query
extract_reserved_params
$c->req->params->to_hash is compared with $c->validation->output
The first iiuc is all get/post parameters. But what exactly is the second?
Where is this output method exactly? Thus far couldnt find it yet in the JSON
Validator and OpenAPI stuff..

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list