Hello,
I've read about 100 times this docs page about Controllers but I can't get it working.
I've a complete site working with some pages, some custom collections, fields... everything is working great.
Now I want to create a private page for each user with some information that came from a remote API.
I think that the best way to accomplish that is to create a Controller that recover the user data from the API and the send it to the front-end view. Is that correct?
How can I do that with statamic?
Any help will be appreciated.