Re: [Specifications] Should we introduce a property to associate operations and their target directly to an entity?

Using `POST` to create resources is much more common than using `PUT`, since `PUT` requires the client to know the URI beforehand. The `POST` method can be used to mean **anything** according to HTTP semantics and "create" is one such, very common meaning.

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

Received on Saturday, 14 October 2017 10:08:39 UTC