class EasyPost::Services::Embeddable
Public Instance Methods
Source
# File lib/easypost/services/embeddable.rb, line 5 def create_session(params = {}) response = @client.make_request(:post, 'embeddables/session', params) EasyPost::InternalUtilities::Json.convert_json_to_object(response) end
Create an Embeddable Session