From ea6c339aafef368d2019992a936f169fd4fa56e6 Mon Sep 17 00:00:00 2001 From: Maciek Kumorek Date: Fri, 28 Jan 2022 11:08:15 -0800 Subject: [PATCH] Add `euBaseURI` to match the README.md The readme mentions `euBaseURI` constant, but it is missing. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9681697..4af6395 100644 --- a/index.js +++ b/index.js @@ -109,5 +109,6 @@ exports.createClient = function(clientOptions) { exports.smartSheetURIs = { defaultBaseURI: 'https://api.smartsheet.com/2.0/', + euBaseURI: 'https://api.smartsheet.eu/2.0/', govBaseURI: 'https://api.smartsheetgov.com/2.0/' }