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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -