Class: BaseCradle::WebhookEndpointsResource

Inherits:
ItemsResource show all
Defined in:
lib/basecradle/webhooks.rb

Overview

Webhook endpoints from every timeline you can view, newest first.

Constant Summary collapse

PATH =
"/webhook_endpoints"
PLURAL =
"webhook_endpoints"
SINGULAR =
"webhook_endpoint"
MODEL =
WebhookEndpoint

Method Summary

Methods inherited from ItemsResource

#each, #filter, #get, #initialize

Constructor Details

This class inherits a constructor from BaseCradle::ItemsResource