Skip to content

Instantly share code, notes, and snippets.

View EnetoJara's full-sized avatar
🐼
I may be slow to respond.

Ernesto Jara Olveda EnetoJara

🐼
I may be slow to respond.
View GitHub Profile
import * as qs from "qs";
import { PathLike } from "fs";
export const apiConfig = {
returnRejectedPromiseOnError: true,
withCredentials: true,
timeout: 30000,
baseURL: "https://jsonplaceholder.typicode.com/",
headers: {
common: {