wcf - Documentation on how to use REST WebAPI like a boss -


i've exposed few methods and, while crystal clear on how they're supposed used, i'm sure time, memory fade , i'll standing there idiot wonder why on earth haven't provided help.

when use wcf, there's wsdl file. i'm not aware of corresponding functionality webapi. add ping can type in url window of browser .../service.svc/ping, see date back.

what intuitive , (hopefully fairly) canonical approach? i'm thinking .../help. there better way?

just pushing out produce huge string (xml or json formatted), isn't like-a-boss'y. anonymous types can't handled without serialization. pushing out object typed entity breaks connection.

i wish have built-in documentation on how use calls. names themselves, of course, values treated (i had case .../donkey?scope={scope} pattern null or all , though any, took while figure out.)

you might checkout swashbuckle allow generate swagger documentation asp.net web api controllers.

anonymous types can't handled without serialization. pushing out object typed entity breaks connection

are exposing above mentioned in web api contracts. hope don't.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -