Bug 34587: API controllers and objects
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Thu, 27 Apr 2023 10:50:28 +0000 (10:50 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 31 Oct 2023 19:45:54 +0000 (16:45 -0300)
commit6c4fedc3de1aa507b6b21a04282b960fee96d7c2
tree72919d43b97429f6878121d37e257084afefdb2e
parent5125195a52e7730c07d207db71507c4570f51a08
Bug 34587: API controllers and objects

Signed-off-by: Jessica Zairo <jzairo@bywatersolutions.com>
Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
15 files changed:
Koha/ERM/CounterFile.pm [new file with mode: 0644]
Koha/ERM/CounterFiles.pm [new file with mode: 0644]
Koha/ERM/CounterLog.pm [new file with mode: 0644]
Koha/ERM/CounterLogs.pm [new file with mode: 0644]
Koha/ERM/MonthlyUsage.pm [new file with mode: 0644]
Koha/ERM/MonthlyUsages.pm [new file with mode: 0644]
Koha/ERM/UsageDataProvider.pm [new file with mode: 0644]
Koha/ERM/UsageDataProviders.pm [new file with mode: 0644]
Koha/ERM/UsageTitle.pm [new file with mode: 0644]
Koha/ERM/UsageTitles.pm [new file with mode: 0644]
Koha/ERM/YearlyUsage.pm [new file with mode: 0644]
Koha/ERM/YearlyUsages.pm [new file with mode: 0644]
Koha/REST/V1/ERM/CounterFiles.pm [new file with mode: 0644]
Koha/REST/V1/ERM/UsageDataProviders.pm [new file with mode: 0644]
Koha/REST/V1/ERM/UsageTitles.pm [new file with mode: 0644]