I am having methods in C# library. can i use postman to automated methods in c# library?
Also, can postman be used for other APIs automation rather than only REST api?
Hi @sherykhanlar ,
Welcome to the community
postman supports http and websocket APIs only (@arlem thanks for the correction) , and in http it supports graphQL, rest, and SOAP
in this Rest is an architectural style, GRapQL is a query language and SOAP is an Protocol
Hey @sherykhanlar, welcome to the community!
Postman also supports WebSocket APIs, and weβll soon be adding more to the list.
4 Likes