Fetch Requests (reuseable layer for API client services)
Service/apiClient.js (at the same level as src folder)
class ApiClient {
constructor() {
this.baseURL = 'http://localhost:3000/api/v1';
this.defaultHeaders = {
'Content-Type': 'applic
dubeyjags.hashnode.dev2 min read