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/' }