domainrobot-api
domainrobot-api copied to clipboard
Mismatch Between OpenAPI Specifications in the Documentation and the Repository
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 does not update the OpenAPI specification and the updated OpenAPI spec differs from the latest commit. At least, that is what is visible in the error logs shown in https://github.com/InterNetX/js-domainrobot-sdk/issues/112.
As the OpenAPI specifications are generated files, it might be better to remove it from the code repository and add them to .gitignore
, if saving them to the JavaScript SDK repository was not intended.
Mirrored issue: https://github.com/InterNetX/js-domainrobot-sdk/issues/113