✅ Consuming REST API in MAUI

..tree11/11/2022
I'm pretty new to MAUI and I want to make an app that gets some data from a REST API and presents it, pretty simple. However I am unsure how this works in MAUI. Are there good tutorials or examples?
CCyberrex11/11/2022
the gui framework isnt relevant
CCyberrex11/11/2022
use HttpClient
CCyberrex11/11/2022
id create a service for the api too
CCyberrex11/11/2022
that makes the request, deserializes, and returns the data as a c# object