✅ Consuming REST API in MAUI
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?
1 Reply
the gui framework isnt relevant
use HttpClient
id create a service for the api too
that makes the request, deserializes, and returns the data as a c# object