APIDiscoverer icon indicating copy to clipboard operation
APIDiscoverer copied to clipboard

APIDiscoverer

Results 3 APIDiscoverer issues
Sort by recently updated
recently updated
newest added

Clearly a UML model exists since the metamodel is represented in the readme using UML diagrams. However the UML (either in XMI or a tool-specific format for the diagrams) is...

enhancement

In several cases the file openAPI.ecore differs from the UML diagram in the readme. For example the ecore file has a typo in class name ParamterDeclaringContext And in the attribute...

The API definitions in the HAPI collection often show this problem: ```json "responses": { "200": { "description":null, "schema":"#/definitions/Resource" } } ```` It should be ```json "responses": { "200": { "description":"",...