lib/messente_api/configuration.rb in messente_api-1.0.2 vs lib/messente_api/configuration.rb in messente_api-1.0.3

- old
+ new

@@ -4,16 +4,14 @@ #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.0.0 +OpenAPI Generator version: 4.0.3 =end -require 'uri' - module MessenteApi class Configuration # Defines url scheme attr_accessor :scheme @@ -172,11 +170,10 @@ @base_path = "/#{base_path}".gsub(/\/+/, '/') @base_path = '' if @base_path == '/' end def base_url - url = "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '') - URI.encode(url) + "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '') end # Gets API key (with prefix if set). # @param [String] param_name the parameter name of API key auth def api_key_with_prefix(param_name)