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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -