lorty@lemmy.ml to General Programming Discussion@lemmy.ml · 5 months agoWhy does every REST testing software want me to login?message-squaremessage-square15fedilinkarrow-up140file-text
arrow-up140message-squareWhy does every REST testing software want me to login?lorty@lemmy.ml to General Programming Discussion@lemmy.ml · 5 months agomessage-square15fedilinkfile-text
I just want to build requests and read the responses, why the hell does everyone suddenly want me to make an account?
minus-squaretemmink@feddit.delinkfedilinkarrow-up10·5 months agoFor a lot of use cases I find .http files very convenient. Here is a documentation from Microsoft: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0 There is some standard around the .http extension so they work in many IDEs and they can be implemented into CI pipelines. The Microsoft documentation should be enough, though, to get you started.
For a lot of use cases I find .http files very convenient. Here is a documentation from Microsoft: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0
There is some standard around the .http extension so they work in many IDEs and they can be implemented into CI pipelines. The Microsoft documentation should be enough, though, to get you started.