Class ApiClient
- Namespace
- Crews.PlanningCenter.Api
- Assembly
- Crews.PlanningCenter.Api.dll
Client for accessing the Planning Center Api API.
public class ApiClient
- Inheritance
-
ApiClient
- Inherited Members
Constructors
ApiClient(HttpClient)
Client for accessing the Planning Center Api API.
public ApiClient(HttpClient httpClient)
Parameters
httpClientHttpClient
Properties
Latest
Gets a client for the latest version (2025-09-30) of the Api API.
public OrganizationClient Latest { get; }
Property Value
V2018_08_01
Gets a client for version 2018-08-01 of the Api API.
public OrganizationClient V2018_08_01 { get; }
Property Value
V2019_02_13
Gets a client for version 2019-02-13 of the Api API.
public OrganizationClient V2019_02_13 { get; }
Property Value
V2025_09_30
Gets a client for version 2025-09-30 of the Api API.
public OrganizationClient V2025_09_30 { get; }