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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -