jakartaee / jakartaee/rest

client convenience methods for forms

Open
#322 6 comments 0 reactions 1 assignee Claimed by @glassfishrobot View on GitHub
Dominant language
Java
Stars
400
Forks
143
PR merge metrics
No merged PRs in 30d

Description

Was wondering if we could add some convenience methods to Sync and AsyncInvoker?

Response post(Form form);

etc. And any other post() method that has an Entity as parameter.

Basically this would be a shorthand for post(Entity.form(form)). Since we have a specific type for form data (Form), IMO, this makes a lot of sense.
#### Affected Versions
[2.1]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.