Skip to content

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
toumorokoshi:408-clarify-kebab-case-custom-methods
Open

update aep-136 to clarify usage of kebab-case in the method name. (#408)#410
toumorokoshi wants to merge 1 commit intoaep-dev:mainfrom
toumorokoshi:408-clarify-kebab-case-custom-methods

Conversation

@toumorokoshi
Copy link
Copy Markdown
Member

@toumorokoshi toumorokoshi commented Mar 30, 2026

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

  • Added an explicit example to the guidance section showing kebab-case vs camelCase (:translate-text, not :translateText)
  • Fixed translate.oas.yaml path: /projects/{projectId}:translateText:translate-text
  • Fixed translate.proto HTTP annotation: :translateText:translate-text
  • Updated the Stateless Methods prose to reference :translate-text instead of :translateText

🍱 Types of changes

What types of changes does your code introduce to AEP? Put an x in the boxes
that apply

  • Enhancement
  • New proposal
  • Migrated from google.aip.dev
  • Chore / Quick Fix

📋 Your checklist for this pull request

Please review the AEP Style and Guidance for
contributing to this repository.

General

💝 Thank you!

- 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
@toumorokoshi toumorokoshi force-pushed the 408-clarify-kebab-case-custom-methods branch from 9d0ff86 to ad222c4 Compare March 30, 2026 05:26
@toumorokoshi toumorokoshi marked this pull request as ready for review March 30, 2026 17:51
@toumorokoshi toumorokoshi requested a review from a team as a code owner March 30, 2026 17:51
Copy link
Copy Markdown
Member

@rambleraptor rambleraptor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great. I think we might need a change in aep-lib-go as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update aep-136 to clarify usage of kebab-case in the method name.

2 participants