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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -