We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: When using the ballerina openapi tool to generate a service using the definition in [1], we got the following error.
HTTP status code '207' is not supported in Ballerina..
[1] - https://github.com/wso2/carbon-apimgt/blob/master/components/apimgt/org.wso2.carbon.apimgt.rest.api.store.v1/src/main/resources/devportal-api.yaml
It would be great if you can introduce the support for 207 status code in Ballerina openapi tool.
Describe your problem(s)
Unable to generate the service skeleton from the openapi definition.
Describe your solution(s)
Ballerina support for HTTP 207 status code
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered:
chamil321
Successfully merging a pull request may close this issue.
Description:
When using the ballerina openapi tool to generate a service using the definition in [1], we got the following error.
[1] - https://github.com/wso2/carbon-apimgt/blob/master/components/apimgt/org.wso2.carbon.apimgt.rest.api.store.v1/src/main/resources/devportal-api.yaml
It would be great if you can introduce the support for 207 status code in Ballerina openapi tool.
Describe your problem(s)
Unable to generate the service skeleton from the openapi definition.
Describe your solution(s)
Ballerina support for HTTP 207 status code
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered: