domainrobot-api icon indicating copy to clipboard operation
domainrobot-api copied to clipboard

Swagger documentation for different APIs powered by InterNetX GmbH.

Results 2 domainrobot-api issues
Sort by recently updated
recently updated
newest added

There seems to be a mismatch between the OpenAPI specification that is supplied in the documentation and the repository. Look at these links: * https://raw.githubusercontent.com/InterNetX/internetx-swagger-files/master/src/domainrobot.json * https://raw.githubusercontent.com/InterNetX/js-domainrobot-sdk/master/src/swagger/domainrobot.json The latest commit...

using this definition `openApiSpec=https://raw.githubusercontent.com/InterNetX/internetx-swagger-files/master/src/domainrobot.json` and openapi generator via maven ``` org.openapitools openapi-generator-maven-plugin 7.0.0 generate ${openApiSpec} java resttemplate ${openApiPackage} ${openApiModelPackage} true true false true true true false true false true @lombok.Data...