class Turbopuffer::Client

def auth_headers

Returns:
  • (Hash{String=>String}) -

Other tags:
    Api: - private
def auth_headers
 {} if @api_key.nil?
orization" => "Bearer #{@api_key}"}