Table of Contents

Class WebhooksClient

Namespace
Crews.PlanningCenter.Api
Assembly
Crews.PlanningCenter.Api.dll

Client for accessing the Planning Center Webhooks API.

public class WebhooksClient
Inheritance
WebhooksClient
Inherited Members

Constructors

WebhooksClient(HttpClient)

Client for accessing the Planning Center Webhooks API.

public WebhooksClient(HttpClient httpClient)

Parameters

httpClient HttpClient

Properties

Latest

Gets a client for the latest version (2022-10-20) of the Webhooks API.

public OrganizationClient Latest { get; }

Property Value

OrganizationClient

V2018_08_01

Gets a client for version 2018-08-01 of the Webhooks API.

public OrganizationClient V2018_08_01 { get; }

Property Value

OrganizationClient

V2022_10_20

Gets a client for version 2022-10-20 of the Webhooks API.

public OrganizationClient V2022_10_20 { get; }

Property Value

OrganizationClient