A function that takes in an options object and makes an HTTP call.
The options type is written directly in the function definition.
e.g. GET, POST, PUT, DELETE
e.g. { 'Authorization': 'Bearer <access token>' }
{ 'Authorization': 'Bearer <access token>' }
A function that takes in an options object and makes an HTTP call.
The options type is written directly in the function definition.