-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to define arbitrary key/value pairs as properties in a template? #85
Comments
no formal structure right now. FWIW, when i need this kind of input, i just send the API consumer instructions to send a POST using application/x-www-form-urlencoded name/value pairs. for human UI, this might be prompted using JS or might be just a TEXTAREA box. if you have some other ideas, happy to discuss. |
Thank you for the response. "just send the API consumer instructions " How to? There is no template property like "info/hints" etc. Maybe a property type Form could help? |
"just send instructions" === documentation
again, if you'd like to propose something to add to HAL-FORMS to solve this
problem, happy to discuss.
|
What is the best place to discuss it? Here? https://groups.google.com/g/hal-discuss |
yep. lots of stamrt folks there. |
Is it possible to define properties which accept arbitrary key/value pairs? For example when the server accepts a Map as request body.
Like properties: * or so...
The text was updated successfully, but these errors were encountered: