]> BookStack Code Mirror - bookstack/commit
Added configurable API throttling, Handled API errors standardly 1826/head
authorDan Brown <redacted>
Sat, 18 Jan 2020 15:03:28 +0000 (15:03 +0000)
committerDan Brown <redacted>
Sat, 18 Jan 2020 15:03:28 +0000 (15:03 +0000)
commitbe554b9c797c53a9de301dc58b9e8bc1e8b54ae6
tree462450409f05a747dd90d1cba9bbe623e59a240d
parent1350136ca3029b58cc6f930dbe5e5eed539234ce
Added configurable API throttling, Handled API errors standardly
.env.example.complete
app/Config/api.php
app/Exceptions/Handler.php
app/Http/Kernel.php
app/Http/Middleware/ThrottleApiRequests.php [new file with mode: 0644]
phpunit.xml
tests/Api/ApiAuthTest.php
tests/Api/ApiConfigTest.php
tests/Api/BooksApiTest.php