update aep-136 to clarify usage of kebab-case in the method name. (#408)#410
Open
toumorokoshi wants to merge 1 commit intoaep-dev:mainfrom
Open
update aep-136 to clarify usage of kebab-case in the method name. (#408)#410toumorokoshi wants to merge 1 commit intoaep-dev:mainfrom
toumorokoshi wants to merge 1 commit intoaep-dev:mainfrom
Conversation
- Add explicit example showing kebab-case vs camelCase in guidance - Fix Stateless Methods examples: :translateText → :translate-text - Update translate.oas.yaml path and description - Update translate.proto HTTP annotation Closes aep-dev#408
9d0ff86 to
ad222c4
Compare
rambleraptor
approved these changes
Mar 30, 2026
Member
rambleraptor
left a comment
There was a problem hiding this comment.
This looks great. I think we might need a change in aep-lib-go as well?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #408
Summary
Clarifies that custom method URIs must use kebab-case and fixes the Stateless Methods examples in AEP-136 that incorrectly used camelCase (
:translateText→:translate-text).Changes
:translate-text, not:translateText)translate.oas.yamlpath:/projects/{projectId}:translateText→:translate-texttranslate.protoHTTP annotation::translateText→:translate-text:translate-textinstead of:translateText🍱 Types of changes
What types of changes does your code introduce to AEP? Put an
xin the boxesthat apply
📋 Your checklist for this pull request
Please review the AEP Style and Guidance for
contributing to this repository.
General
references AEPs
correctly.
(run
make lint)💝 Thank you!