Class: Uiza::Callback

Inherits:
Object
  • Object
show all
Extended by:
APIOperation::Create, APIOperation::Delete, APIOperation::Retrieve, APIOperation::Update
Defined in:
lib/uiza/callback.rb

Constant Summary collapse

OBJECT_API_PATH =
"media/entity/callback".freeze
{
  create: "https://docs.uiza.io/#create-a-callback",
  retrieve: "https://docs.uiza.io/#retrieve-a-callback",
  update: "https://docs.uiza.io/#update-a-callback",
  delete: "https://docs.uiza.io/#delete-a-callback"
}.freeze

Method Summary

Methods included from APIOperation::Create

create

Methods included from APIOperation::Retrieve

retrieve

Methods included from APIOperation::Update

update

Methods included from APIOperation::Delete

delete