Request Config These are the available config options for making requests. Only the url is required. Requests will default to GET if method is not specified. { // `url` is the server URL that will be used for the request url: '/user', // `method` is the request method to be used when making the request method: 'get', // default // `baseURL` will be prepended to `url` unless `url` is absolute. //..