class

Dogapi::V1::EventService

Inherits Dogapi::APIService < Reference < Object

Constants

MAX_BODY_LENGTH = 4000
MAX_TITLE_LENGTH = 100

Instance methods

delete_event(id)

Delete an event

+id+ of the event to delete

Source
get_event(id)

Get the details of an event

+id+ of the event to get

Source
post(event, scope = nil)
Source
start(api_key, event, scope, source_type = {} of String => String, &)

DEPRECATED: Going forward, use the V1 services. This legacy service will be removed in an upcoming release.

Source
submit(api_key, event, scope = nil, source_type = {} of String => String)

DEPRECATED: Going forward, use the V1 services. This legacy service will be removed in an upcoming release.

Source