]> BookStack Code Mirror - bookstack/commit
Added book-export endpoints to the API
authorDan Brown <redacted>
Fri, 10 Apr 2020 15:05:17 +0000 (16:05 +0100)
committerDan Brown <redacted>
Fri, 10 Apr 2020 15:05:17 +0000 (16:05 +0100)
commit7b8fe5fbc69a6f49c2acff938f1da48c28e19ecd
tree363755132788f1bb7360d7926c50274e249b65be
parent29705a25cee61d9c063e0f102cd018557aec5abd
Added book-export endpoints to the API
app/Api/ApiDocsGenerator.php
app/Http/Controllers/Api/BooksExportApiController.php [new file with mode: 0644]
resources/views/api-docs/index.blade.php
routes/api.php
tests/Api/BooksApiTest.php