Default configs

{
	baseUrl: 'http://localhost',
	headers: {
		common: {
			'X-API-VERSION': 2,
		},
	},
	withCredentials: true,
}

Last updated