class Crystalforce::CompositeSubrequests

Overview

Composite API subrequests builder

Defined in:

crystalforce/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_version : String) #

[View source]

Instance Method Detail

def create(sobject : String, reference_id : String, attrs) #

[View source]
def destroy(sobject : String, reference_id : String, id : String) #

[View source]
def find(sobject : String, reference_id : String, id : String) #

[View source]
def to_a : Array(JSON::Any) #

[View source]
def update(sobject : String, reference_id : String, id : String, attrs) #

[View source]
def upsert(sobject : String, reference_id : String, field : String, attrs) #

[View source]