From 0b7d61787519d9de625a6c33101eb4b1207cca1a Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 19 Mar 2014 20:00:13 -0700 Subject: [PATCH] Issue 1603, rewrote first sentence - uses the php curl lib Issue 1603, rewrote first sentence - uses the php curl library, enabling connections to remote web services --- docs/en/reference/restfulservice.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/reference/restfulservice.md b/docs/en/reference/restfulservice.md index 1898129d8..c2e123dd3 100644 --- a/docs/en/reference/restfulservice.md +++ b/docs/en/reference/restfulservice.md @@ -2,8 +2,7 @@ ## Introduction -`[api:RestfulService]` enables connecting to remote web services which supports REST interface and consume those web services -(for example [Flickr](http://www.flickr.com/services/api/), [Youtube](http://code.google.com/apis/youtube/overview.html), Amazon and etc). `[api:RestfulService]` can parse the XML response (sorry no JSON support) +`[api:RestfulService]` uses the php curl library, enabling connections to remote web services which support a REST interface and consuming those web services. (Examples: [Flickr](http://www.flickr.com/services/api/), [Youtube](http://code.google.com/apis/youtube/overview.html), Amazon and etc). `[api:RestfulService]` can parse the XML response (sorry no JSON support) returned from the web service. Further it supports caching of the response, and you can customize the cache interval. To gain the functionality you can either create a new `[api:RestfulService]` object or create a class extending the