-
Controller Injection
In Play, routes which start with @ are managed by play.api.GlobalSettings#getControllerInstance,
Given the following route definition:
GET / @controllers.So…
-
From hipchat:
Evan Wall
can the error object be added to the constructor of the error response case class so it can be deconstructed with the other parameters?
for example:
case class UserSubscriptio…
-
Hello
**thank you very much for sharing and maintaining your great work!,**
It's always great to start the CodeGenerator and let the magic happen 😄. I use it for projects for non-profit organizati…
-
**Issue by [schuhschuh](https://github.com/schuhschuh)**
_Saturday Nov 09, 2013 at 18:02 GMT_
_Originally opened as https://github.com/schuhschuh/cmake-basis-legacy/issues/131_
---
The Doxygen filt…
-
![Screenshot 2020-10-03 at 23 52 24](https://user-images.githubusercontent.com/22258295/95001772-d1be1380-05d5-11eb-9cc1-33ad25263a45.png)
-
Hello,
I am using openapi-generator to create an SDK for Unity. Here is my generation script:
```
openapi-generator-cli generate -i swagger.json -g csharp-netcore --library unityWebRequest -o s…
-
Since BOSS has an API, it should have proper documentation written in a standard format like APIDocs.
---
Working on it after confirmation
-
This is app/__init__.py:
```
"""Initialize Flask app."""
from flask import Flask, redirect
from flasgger import Swagger
from flask_restful import Api
def create_app():
"""Create Flask…
-
Currently response files are searched in the storage directory, although there may be good reasons to place them in the resources directory (i.e. to keep the storage directory for real runtime data wh…
-
### Is your feature request related to a problem? Please describe.
I got a json with spec version 2 from the third party vendor. It contains enums in some places and some of them have duplications.…