Koha::ERM::EUsage::COUNTER::5 - Koha COUNTER 5.1 Object class
my $sushi_counter =
Koha::ERM::EUsage::SushiCounter->new( { response => decode_json( $response->decoded_content ) } );
Return a COUNTER report header https://cop5.projectcounter.org/en/5.1/04-reports/03-title-reports.html
Given a SUSHI response, get the value for the given key in the correct format for the COUNTER report
https://counter5.cambridge.org/r51/sushi-docs/
Given a SUSHI response, get the value for the given key in the correct format for the COUNTER report
https://counter5.cambridge.org/r51/sushi-docs/
It will return a string of the form "Name:Value;Name:Value;..."
If the value is an array with a single element, just the value will be returned.
If the value is an array with multiple elements, they will be joined with "|"
Returns "Value" of a given "Name"
Returns "Value" of a given "Type"
Returns the total and monthly usages for a row
Given a SUSHI report row, return a sorted list of all the metric types
Return the COUNTER report body as an array
Return a COUNTER title for the COUNTER titles report body https://cop5.countermetrics.org/en/5.1.0.1/04-reports/03-title-reports.html#column-headings-elements
Return titles report column headings
Returns the specific fields for a given report_type