Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 436 Bytes

File metadata and controls

20 lines (14 loc) · 436 Bytes

RankVectors::CustomCredentials

Properties

Name Type Description Notes
webhook_url String Webhook URL for implementation
api_key String Webhook secret key

Example

require 'rankvectors'

instance = RankVectors::CustomCredentials.new(
  webhook_url: https://yourapi.com/rankvectors-webhook,
  api_key: your-webhook-secret-key
)