BookStack/app/Http/Controllers/Api
Dan Brown 0e94fd44a8
Added contents to book-show endpoint
Created a generic list formatting helper class for this, to align with
logic used on the search results endpoint and for easier future re-use
in a standardised way.
Also updated some class property types.
Added test to cover new books-contents results.
Related to #3734
2022-09-29 15:08:18 +01:00
..
ApiController.php
ApiDocsController.php
AttachmentApiController.php
BookApiController.php Added contents to book-show endpoint 2022-09-29 15:08:18 +01:00
BookExportApiController.php
BookshelfApiController.php Added contents to book-show endpoint 2022-09-29 15:08:18 +01:00
ChapterApiController.php
ChapterExportApiController.php
PageApiController.php
PageExportApiController.php
RecycleBinApiController.php
SearchApiController.php Added contents to book-show endpoint 2022-09-29 15:08:18 +01:00
UserApiController.php