lib/smartsheet/constants.rb in smartsheet-1.2.0 vs lib/smartsheet/constants.rb in smartsheet-1.3.0

- old
+ new

@@ -1,10 +1,11 @@ module Smartsheet module Constants - VERSION = '1.2.0'.freeze + VERSION = '1.3.0'.freeze USER_AGENT = 'smartsheet-ruby-sdk'.freeze API_URL = 'https://api.smartsheet.com/2.0'.freeze + GOV_API_URL = 'https://api.smartsheetgov.com/2.0'.freeze JSON_TYPE = 'application/json'.freeze EXCEL_TYPE = 'application/vnd.ms-excel'.freeze PDF_TYPE = 'application/pdf'.freeze CSV_TYPE = 'text/csv'.freeze \ No newline at end of file