When creating REST resources, it is best to provide consistent and meaningful names. Names that provide context will assist your users when performing REST calls. Name your resources and endpoints using nouns, and not verbs or actions. REST JAX-RS APIs should refer to a resource rather than an action.


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices