Sha256: 274b1a8af7d8b37c24bb965882aa5d5522e61f38a5de472b113079db594b2aec

Contents?: true

Size: 200 Bytes

Versions: 2

Compression:

Stored size: 200 Bytes

Contents

module SendGridWebApi
  autoload :Modules, 'web_api/modules'
  
  class Client < Base
    include SendGridWebApi::Modules
    
    def base_url
      "https://sendgrid.com/api/"
    end
    
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sendgrid_webapi-0.0.2 lib/webapi_client.rb
sendgrid_webapi-0.0.1 lib/webapi_client.rb