Closed ewilan-riviere closed 1 year ago
Patch coverage is 95.00%
of modified lines.
:exclamation: Current head b5f68cc differs from pull request most recent head 6bf99ee. Consider uploading reports for the commit 6bf99ee to get more accurate results
Files Changed | Coverage |
---|---|
src/Engine/OpdsEngine.php | 75.00% |
src/Engine/OpdsJsonEngine.php | 100.00% |
src/Engine/OpdsPaginator.php | 100.00% |
src/OpdsConfig.php | 100.00% |
:loudspeaker: Thoughts on this report? Let us know!.
OpdsJsonEngine
to use these options for OPDS 2.0 output - @todo OPDS 1.2 was not adapted in this PR by @mikespubproperties
option forOpdsEntryNavigation
to include extra properties (like numberOfItems for facets) by @mikespubrelation
option forOpdsEntryNavigation
to specify the relation to use (instead ofcurrent
) by @mikespubidentifier
option forOpdsEntryBook
to specify the actual identifier to use (instead ofurn:isbn:...
) by @mikespubtype
attributepaginationQuery
property toOpdsConfig
to specify the query parameter for pagination (default:page
)page
query parameter https://github.com/kiwilan/php-opds/issues/30