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