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
Post a Comment