rest - Is there any tool or site to suggest resource paths as per RESTful standards based on our input path? -


i having tough time coming noun resource path endpoints per naming conventions. eg:

lets have "sim" service handles changing sim details. post /sim/changereasons - give reasons change. post /sim/changevalidator - validate if given sim can changed. post /sim/changeprocessing - process change sim request.

whats best way tell "change of sim" operation complying restful api naming standards


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -