-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
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
Update lints for parent-less batch methods #615
Comments
Starting to work on this, but why is the AIP-136 rule affected? (I can not see any obvious change to make.) |
api-linter/rules/aip0136/http_uri_suffix.go Lines 54 to 61 in 9a793b5
parent field in the URI.
|
Got it, thanks. Added to #619. |
This issue should be reopened, as the service Library {
rpc BatchGetBooks(BatchGetBooksRequest) returns (BatchGetBooksResponse) {
option (google.api.http) = {
get: "/v1/books:batchGet"
}
}
} |
Now that aip-dev/google.aip.dev#599 is fixed, we should update the following lints to account for the optional
parent
field:The text was updated successfully, but these errors were encountered: