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
Post a Comment