Craig Blaszczyk

Results 11 issues of Craig Blaszczyk

I have "Usage Plans" enabled on my AWS API Gateways and now when I create a new API with Zappa which has `api_key_required: true` all requests I make to that...

Hi, I'm trying to create an apigateway using Gordon, and I want to use double quotes (`"`) in the regex pattern used to decide what response code to return. Unfortunately,...

Accessing `command.err` a second time causes an exception ``` In [1]: import delegator In [2]: command = delegator.run('echo a', block=False) In [3]: command.err Out[3]: 'a\n' In [4]: command.err --------------------------------------------------------------------------- TypeError...

I have a working Open API, which bravado gives the docstring below for. The `param_spec` which gets passed in is listed below that. `create_param_docstring` doesn't know how to dereference `$ref`'d...

This PR does two things: 1) Update the code that generates the mkdocs.yml files to always include a local language name The local language name is read from a new...