Beryllium
12 years agoAce
Where's the API call being used?
Some legacy code on the lithium board I took over have the call below:
<#assign messages = rest("/topics/style/blog/recent?page_size=3").messages />
So where is this rest call explained?
At the API documentation pages the closest I can find is: https://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?leaf-id=Blog.topics#Blog.topics.style.style.recent
However, the resource URL for that looks far different from the one used in the component I;m looking at. What's the discrepancy?