简体   繁体   English

是否有可用于测试的公开可用RESTful服务

[英]Is there any publicly available RESTful services that can be used for testing

Does anyone know of any publicly available RESTful services that can be used for testing. 有没有人知道可以用于测试的任何公开可用的RESTful服务。 I'm not talking about software or browsers extensions. 我不是在谈论软件或浏览器扩展。 Just an online service that I can CRUD json data with using javascript. 只是一个在线服务,我可以使用javascript CRUD json数据。 I'm testing a JS library's rest api and there's only so much I can do with static json data. 我正在测试一个JS库的rest api,我只能用静态json数据做这么多。

I'm guessing there's no such thing due to what's involved but I thought I would ask. 我猜不会因为涉及到什么而没有这样的东西,但我想我会问。

if you just want to practice 'gets' you can use cloudant as you can sign up for free. 如果您只想练习“获取”,您可以使用cloudant,因为您可以免费注册。 however, there are restrictions on adding new documents from a cross domain ajax call. 但是,从跨域ajax调用添加新文档存在限制。 I recommend running one locally. 我建议在本地运行一个。 I use couchDB very quick, very easy. 我使用couchDB非常快,非常容易。

You can use the google feed api and pass in any rss url to test . 您可以使用google feed api并传入任何rss网址进行测试。

This may help you. 这可能对你有所帮助。

http://code.google.com/apis/feed/v1/reference.html#resultJson http://code.google.com/apis/feed/v1/reference.html#resultJson

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM