TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I've built a REST Test client in my spare time

11 点作者 namigop超过 12 年前
Hi HN,<p>In my spare time (evenings and weekends) I've built 3 products which have been relatively successful even with little advertising (only google ads budgeted at $30 per day). The latest one is WcfStorm.Rest; which is a REST service test client. I built it because I found that the current tools did not have the features I wanted such as, intellisense when working with HTTP headers, syntax highlighting for JSON messages, etc.<p>I'm continually trying to improve these products and would very much love get your feedback. Every suggestion is welcome!<p>(My apologies for any grammatical mistakes. English is not my first language)

4 条评论

junto超过 12 年前
Just out of interest, what can WCFStorm do over the built-in wcftestclient?<p><a href="http://msdn.microsoft.com/en-us/library/bb552364.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb552364.aspx</a><p>The WCFStorm.Rest client is more interesting. At the moment I'm manually composing requests using Fiddler2 for localhost testing, or <a href="http://apigee.com" rel="nofollow">http://apigee.com</a> for public facing services. A dedicated REST client sounds pretty cool.<p>One thing I'd purchase is an extension to WCF that builds a developers API documentation and test website around the WCF contracts: <a href="http://stackoverflow.com/questions/7346522/auto-generate-an-api-explorer-for-wcf-services" rel="nofollow">http://stackoverflow.com/questions/7346522/auto-generate-an-...</a><p>ASP.NET WebAPI has an APIExplorer interface exposed to allow you build your own, but nothing out of the box: <a href="http://blogs.msdn.com/b/yaohuang1/archive/2012/05/21/asp-net-web-api-generating-a-web-api-help-page-using-apiexplorer.aspx" rel="nofollow">http://blogs.msdn.com/b/yaohuang1/archive/2012/05/21/asp-net...</a><p>One alternative is using the Chrome PostMan extension to craft REST requests and here is an example of the APIExplorer interface being used to expose PostMan PostCollections, which I thought was a great idea: <a href="http://blogs.msdn.com/b/yaohuang1/archive/2012/06/15/using-apiexplorer-to-export-api-information-to-postman-a-chrome-extension-for-testing-web-apis.aspx" rel="nofollow">http://blogs.msdn.com/b/yaohuang1/archive/2012/06/15/using-a...</a>
评论 #4659291 未加载
alpb超过 12 年前
I looked at the screenshots of that project, you said it has modern "Metro" user interface, and I believe <a href="http://www.wcfstorm.com/wcf/screenshots.aspx" rel="nofollow">http://www.wcfstorm.com/wcf/screenshots.aspx</a> this has nothing to do with Metro UI patterns. What about this?
评论 #4658787 未加载
alourenco超过 12 年前
I love WCFStorm! We have an enterprise license and I got most devs on the project I'm on to use it to test the webservices we're building. Now I'm working on using it to automate functional testing for our code.
评论 #4658899 未加载
duiker101超过 12 年前
nice, I like it, but I have found a small defect on the grid <a href="http://imgur.com/pq2Mm" rel="nofollow">http://imgur.com/pq2Mm</a> on Win 7 64bit
评论 #4658760 未加载