Creating a Simple HttpClient with Base URL and Headers
Hi newbie here!
What is the simplest way to make a HttpClient for an external API? I just want a to be able to do,
What is the simplest way to make a HttpClient for an external API? I just want a to be able to do,
client.get('/relative-path') and have headers and base URL already set?