Table of Contents

Class PublishingClient

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

Client for accessing the Planning Center Publishing API.

public class PublishingClient
Inheritance
PublishingClient
Inherited Members

Constructors

PublishingClient(HttpClient)

Client for accessing the Planning Center Publishing API.

public PublishingClient(HttpClient httpClient)

Parameters

httpClient HttpClient

Properties

Latest

Gets a client for the latest version (2024-03-25) of the Publishing API.

public OrganizationClient Latest { get; }

Property Value

OrganizationClient

V2018_08_01

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

public OrganizationClient V2018_08_01 { get; }

Property Value

OrganizationClient

V2024_03_25

Gets a client for version 2024-03-25 of the Publishing API.

public OrganizationClient V2024_03_25 { get; }

Property Value

OrganizationClient