Interface TriggersApiInterface

TriggersApi - interface

Export

TriggersApi

Hierarchy

  • TriggersApiInterface

Implemented by

Methods

  • Create a new trigger in your application.

    Parameters

    Returns AxiosPromise<any>

    Summary

    Create a trigger

    Throws

    Memberof

    TriggersApiInterface

  • Remove an existing trigger from your application.

    Parameters

    Returns AxiosPromise<any>

    Summary

    Delete a trigger

    Throws

    Memberof

    TriggersApiInterface

  • Get the configuration for an existing trigger in your application.

    Parameters

    Returns AxiosPromise<any>

    Summary

    Get a trigger

    Throws

    Memberof

    TriggersApiInterface

  • Get a list of all triggers in your application.

    Parameters

    Returns AxiosPromise<any>

    Summary

    Get all triggers

    Throws

    Memberof

    TriggersApiInterface

  • Resume a suspended database trigger.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Resume a suspended trigger

    Throws

    Memberof

    TriggersApiInterface

  • Modify an existing trigger in your application.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Update a trigger

    Throws

    Memberof

    TriggersApiInterface

Generated using TypeDoc