Skip to main content

class Automations

Description

A lazy iterator of Automation objects.

Args

  • service_api:
  • variables:
  • per_page:
  • start:
  • omit_variables:
  • omit_fragments:
  • omit_fields:
  • rename_fields:

Methods

method Automations.convert_objects()

Convert the last fetched response data into the iterated objects.

method Paginator.next()

Return the next item from the iterator. When exhausted, raise StopIteration

method Paginator.update_variables()

Update the query variables for the next page fetch.