Table of Contents

Class ServicesClient

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

Client for accessing the Planning Center Services API.

public class ServicesClient
Inheritance
ServicesClient
Inherited Members

Constructors

ServicesClient(HttpClient)

Client for accessing the Planning Center Services API.

public ServicesClient(HttpClient httpClient)

Parameters

httpClient HttpClient

Properties

Latest

Gets a client for the latest version (2018-11-01) of the Services API.

public OrganizationClient Latest { get; }

Property Value

OrganizationClient

V2018_08_01

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

public OrganizationClient V2018_08_01 { get; }

Property Value

OrganizationClient

V2018_11_01

Gets a client for version 2018-11-01 of the Services API.

public OrganizationClient V2018_11_01 { get; }

Property Value

OrganizationClient