Building webservices #675
-
A nice feature of Pages is that it can transform a blog (a collection) into JSON format. Example
During JoomlaDay USA, this example was given: Is this feature already available in the current (0.20) version? Which formats are supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, for sure. Pages makes creating webservices with Joomla 3.x very easy.
Webservice features offered by Pages
Differences with Joomla 4The webservice implementation in Joomla 4 is more basic and is not RESTful, eg lack of caching and lack of uniform interface. Based on: https://docs.joomla.org/Joomla_Api_Specification these are some key differences.
|
Beta Was this translation helpful? Give feedback.
Yes, for sure. Pages makes creating webservices with Joomla 3.x very easy.
Webservice features offered by Pages
CSV
,JSON
,RSS
,XML
out of the box. Just create a page that defines the format you want to use, define a collection in it and Pages will render the data from the collection in that specific format. Examples: