nax3t / automated-payroll

1 stars 3 forks source link

Create an API Client #7

Open imcodingideas opened 3 years ago

imcodingideas commented 3 years ago

We can create an instance of axios client with the base URL, any credentials thats needed to make API request. When we call the API we would do so with our instance.

AC: