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
Ademas el segundo endpoint no es consistente con la estructura del primer endpoint
https://github.com/solop-develop/adempiere-grpc-server/blob/develop/src/main/proto/issue_management.proto#L53
// Status rpc ListStatuses(ListStatusesRequest) returns (ListStatusesResponse) { option (google.api.http) = { get: "/issue-management/statuses" additional_bindings: { get: "/issue-management/status-categories/{status_category_id}/statuses" } }; }
deberia quedar de la siguiente manera
// Status rpc ListStatuses(ListStatusesRequest) returns (ListStatusesResponse) { option (google.api.http) = { get: "/issue-management/statuses/types/{request_type_id}" additional_bindings: { get: "/issue-management/statuses/categories/{status_category_id}" } }; }
The text was updated successfully, but these errors were encountered:
EdwinBetanc0urt
No branches or pull requests
Ademas el segundo endpoint no es consistente con la estructura del primer endpoint
https://github.com/solop-develop/adempiere-grpc-server/blob/develop/src/main/proto/issue_management.proto#L53
deberia quedar de la siguiente manera
The text was updated successfully, but these errors were encountered: