Class: MisarMail::AiResource

Inherits:
Resource show all
Defined in:
lib/misar_mail/client.rb

Overview

── Generated from scripts/sdk-endpoint-spec.json ──────────────────────────

These twenty endpoints were missing from every SDK except TypeScript.

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from MisarMail::Resource

Instance Method Details

#subject_lines(data: {}) ⇒ Object

POST /ai/subject-lines



392
393
394
# File 'lib/misar_mail/client.rb', line 392

def subject_lines(data: {})
  @client.request(:post, "/ai/subject-lines", data)
end