Skip to content

feat(231): allow POST HTTP verb#415

Open
kindermoumoute wants to merge 1 commit into
aep-dev:mainfrom
kindermoumoute:231-post
Open

feat(231): allow POST HTTP verb#415
kindermoumoute wants to merge 1 commit into
aep-dev:mainfrom
kindermoumoute:231-post

Conversation

@kindermoumoute

Copy link
Copy Markdown
Contributor

Fixes #413

🍱 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

@kindermoumoute kindermoumoute requested a review from a team as a code owner June 7, 2026 13:38

@toumorokoshi toumorokoshi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks! A couple suggestions, and the examples should also be updated to illustrate how the support will work in practice.

Comment thread aep/general/0231/aep.md.j2 Outdated

{% tab oas %}

{% sample 'batchget.oas.yaml', '$.paths./publishers/{publisherId}/books:batch-get' %}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

can the samples be updated to include a POST example? I think we'll want want paths field in the request body.

@kindermoumoute kindermoumoute Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I updated the OpenAPI example

Comment thread aep/general/0231/aep.md.j2
Signed-off-by: Olivier Cano <ocano@scaleway.com>

@toumorokoshi toumorokoshi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

thank you! one last request to keep the existing get example, but add the post.

schema:
type: string
get:
post:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

can you keep the get? It's important to have both a get and post example.

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.

AEP-231: Batch Get easily hit max URL lenght

2 participants