REST Calls within Lagom

Hi. I am using the Hello World template to build a service that retries data from an outside site via REST.

Any pointers/resources on how to do that within Lagom?

This did not help much: https://www.lagomframework.com/documentation/current/scala/ServiceDescriptors.html#REST-identifiers

Alternatively, I am not sure where the code on Play’s site:https://www.playframework.com/documentation/2.6.x/ScalaWS#Calling-REST-APIs-with-Play-WS
goes in my Hello-world-based template.

Thank you.

Hi, if someone has a template on how to ingest data from an outside source (http) via REST, that would be very helpful. Thank you!