BookStack/tests/Api
Dan Brown 6f1bdbf771
Added API search endpoint
Is a little awkward, emulates a 'list' API endpoint but has unstable
paging and does not support filters/sort. This is detailed on the
endpoint though.

Made some updates to the docs system to better support parameters
and examples on GET requests.

Includes tests to cover.

For #909
2021-11-14 16:28:01 +00:00
..
ApiAuthTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
ApiConfigTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
ApiDocsTest.php Added /api => /api/docs redirect for convenience. 2021-11-14 15:20:04 +00:00
ApiListingTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
AttachmentsApiTest.php Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
BooksApiTest.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
ChaptersApiTest.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
PagesApiTest.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
SearchApiTest.php Added API search endpoint 2021-11-14 16:28:01 +00:00
ShelvesApiTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
TestsApi.php Added TestCase for attachments API methods 2021-10-20 00:58:56 +01:00