Tony Tam
Tony Tam
Hi, you can provide the configuration many different ways, did you try passing the config location when starting your app? https://github.com/swagger-api/swagger-inflector#configuration
The way I've been telling people to handle this is to inject your security logic in your controller class. Since you have the `RequestContext`, you have all the headers, etc...
It really depends. Did you follow the readme in this project or do something else?
This can be closed by #395
@blackshadev thanks for the reply. So it seems the addAssociation depends on the source node to have a result from `getNumGroups` greater than zero. Also I was wrong saying that...
Thanks again for the reply. I have an Aeotec Wallmote that I bought to try to get these associations to work--the idea being that it could trigger a number of...
parent issue #586
@cowwoc @bgrant0607 how would you propose this is represented in the description? For example, the current enum system uses primitive arrays: ``` yaml myValue: properties: statusFields: type: string enum: -...
There is not, but many have asked. Let's keep this open to track the issue.
Thanks! I can help integrate your changes into the templates and make it selectable from the generator. Just let me know how your testing goes and share your package.json and...