How can I discover the contract of a non-SOAP web API?
Posted
by Chris McCall
on Stack Overflow
See other posts from Stack Overflow
or by Chris McCall
Published on 2010-05-01T13:44:58Z
Indexed on
2010/05/01
13:47 UTC
Read the original article
Hit count: 176
Let's say I have the URI for a RESTful or other contract-less API. Is it possible to determine its interface programatically? I'm using C#/ASP.net MVC, not sure if that's important.
I understand that there won't be a published contract, but I'm wondering if there's something I'm not thinking of (there usually is).
© Stack Overflow or respective owner