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
Raw File
Tip revision: d46792602a838d399dc2c84642bb1cddde1a6183 authored by Thilanga Pitigala on 23 February 2018, 23:27:41 UTC
Fix broken Travis (#1531)
Tip revision: d467926
.styleci.yml
preset: laravel

linting: true

enabled:
  - phpdoc_order
  - phpdoc_separation
  - unalign_double_arrow
back to top