Re: [Specifications] CreateAction with HTTP PUT

A bit on the side, I remember thinking about minting URIs for operations (mostly `PUT` which is discussed here). My idea was to simply combine the parameters of a hypothetical URI Template and the one of the operation.

For example, if the client was to `PUT /article/{title}` that `title` variable could also be part of the operation's parameters. That way we have a uniform way to handle user input (think generating a `<form>`). The `title` property is just another field along with other stuff that go in the request body such as `publishDate`, `abstract`, `author`, etc.

-- 
GitHub Notification of comment by tpluscode
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/141#issuecomment-335017789 using your GitHub account

Received on Sunday, 8 October 2017 16:20:57 UTC