https://github.com/dingo/api
Revision d46792602a838d399dc2c84642bb1cddde1a6183 authored by Thilanga Pitigala on 23 February 2018, 23:27:41 UTC, committed by GitHub on 23 February 2018, 23:27:41 UTC
* rate limit: Limit should apply to all routes

Exceeding the rate limit should return 403 for all further requests; the route of the request should not matter.

The current behavior is such that exceeding the rate limit will only 403 that particular route.

* Updated dev master alias and blueprint version

* Fixed dingo blueprint version

* Added missing abstract method

* Added missing abstract method

* Stoped double handling exceptions

* Apply fixes from StyleCI

* Updated to add missing abstract method
1 parent ac29865
History
Tip revision: d46792602a838d399dc2c84642bb1cddde1a6183 authored by Thilanga Pitigala on 23 February 2018, 23:27:41 UTC
Fix broken Travis (#1531)
Tip revision: d467926
File Mode Size
.github
config
src
tests
.editorconfig -rw-r--r-- 176 bytes
.gitattributes -rw-r--r-- 272 bytes
.gitignore -rw-r--r-- 69 bytes
.styleci.yml -rw-r--r-- 105 bytes
.travis.yml -rw-r--r-- 848 bytes
CONTRIBUTING.md -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 1.4 KB
composer.json -rw-r--r-- 1.9 KB
phpunit.xml.dist -rw-r--r-- 951 bytes
readme.md -rw-r--r-- 1.7 KB

readme.md

back to top