Http
service. In this example we are creating a SearchService
to interact with the Spotify API.map
operator utilized in the pipe, after the .get
. The HttpClient
service provides us with the raw response as a string. In order to consume the fetched data we have to convert it to JSON.HttpClient.get()
, there are also HttpClient.post()
, HttpClient.put()
, HttpClient.delete()
, etc. They all return observables.