Chad Kosie
Chad Kosie
This pull request implements "proper" rate limiting. Essentially, you can pass in a `RateLimitHandler` class, which lets you handle being rate limited in whatever way you want (maybe log to...
The newer versions are backwards compatible with your library from what I can tell. By allowing newer versions, it makes it easier to integrate into a project that is using...
Updates immediately on load instead of having to wait the full 1 second.
Allows for the user to choose the naming strategy. eg. 'naming_strategy' => 'Doctrine\ORM\Mapping\UnderscoreNamingStrategy'
It doesn't look like this is supported, it would be nice to have it as an option. Currently, the generated code for JSON encoding a response looks like so: ```...