intercom.api_operations package¶
Submodules¶
intercom.api_operations.all module¶
Operation to retrieve all instances of a particular resource.
intercom.api_operations.count module¶
intercom.api_operations.delete module¶
Operation to delete an instance of a particular resource.
intercom.api_operations.find module¶
Operation to find an instance of a particular resource.
intercom.api_operations.find_all module¶
Operation to find all instances of a particular resource.
intercom.api_operations.load module¶
Operation to load an instance of a particular resource.
intercom.api_operations.save module¶
Operation to create or save an instance of a particular resource.
-
class
intercom.api_operations.save.Save¶ Bases:
objectA mixin that provides create and save functionality.
-
create(**params)¶ Create an instance of the resource from the supplied parameters.
-
id_present(obj)¶ Return whether the obj has an id attribute with a value.
-
identity_hash(obj)¶ Return the identity_hash for this object.
-
posted_updates(obj)¶ Return whether the updates to this object have been posted to Intercom.
-
save(obj)¶ Save the instance of the resource.
-
Module contents¶
Package for operations that can be performed on a resource.