client convenience methods for forms
Open
- 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
Assessment
This issue has not been assessed yet.