Class GroupsClient
- Namespace
- Crews.PlanningCenter.Api
- Assembly
- Crews.PlanningCenter.Api.dll
Client for accessing the Planning Center Groups API.
public class GroupsClient
- Inheritance
-
GroupsClient
- Inherited Members
Constructors
GroupsClient(HttpClient)
Client for accessing the Planning Center Groups API.
public GroupsClient(HttpClient httpClient)
Parameters
httpClientHttpClient
Properties
Latest
Gets a client for the latest version (2023-07-10) of the Groups API.
public OrganizationClient Latest { get; }
Property Value
V2018_08_01
Gets a client for version 2018-08-01 of the Groups API.
public OrganizationClient V2018_08_01 { get; }
Property Value
V2023_07_10
Gets a client for version 2023-07-10 of the Groups API.
public OrganizationClient V2023_07_10 { get; }