James Kenaley

Results 5 comments of James Kenaley

Thank you for the ticket, was just looking to implement something like this. Currently trying to wrap Hubspot's API calls. [Hubspot uses a window limit](https://developers.hubspot.com/apps/api_guidelines) instead of a hard limit...

@DavidWells Do you have an opinion?

Sure. Here's my route ``` $app->get('/doc', 'Class:function'); ``` In my index, I have ``` $app = new \Slim\Slim(); $app->config([ 'routes.case_sensitive' => false ]); $app->registeredEndpoints = ["/doc"]; $app->add(new \Slim\Middleware\JwtAuthentication([ "path" =>...

Here's the doc for the [LDTK JSON schema](https://ldtk.io/json/) if you are curious. I'll see what I can do and throw a PR up for an engine abstraction (`class TiledEngine extends...

Is this going to be merged soon? My context in the logs are flat when they should be nested.