web services - Is there an easy way to tell all the actions available in a restful webservice? -


if webservice exposed odata, see objects exposes , can manipulate objects without having need documentation. (for example if add odata service in linqpad, shows objects available , use linq manipulate them.)

if consume wcf, go wcf url see actions available.

similarly if gives me restful url (not odata, plain rest), there way tell objects/actions available?


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -