Table of Contents

Class SignupTimeClient

Namespace
Crews.PlanningCenter.Api.Registrations.V2025_05_01
Assembly
Crews.PlanningCenter.Api.dll

Client for interacting with the SignupTime resource.

public class SignupTimeClient : SingletonResourceClient<SignupTime, SignupTimeResource, SignupTimeResponse>
Inheritance
SignupTimeClient
Inherited Members

Constructors

SignupTimeClient(HttpClient, Uri)

Client for interacting with the SignupTime resource.

public SignupTimeClient(HttpClient httpClient, Uri uri)

Parameters

httpClient HttpClient
uri Uri

Methods

GetAsync(CancellationToken)

Fetches the SignupTime resource asynchronously.

public Task<SignupTimeResponse> GetAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to monitor for cancellation requests.

Returns

Task<SignupTimeResponse>

A task representing the asynchronous operation, containing the SignupTime resource.

Exceptions

JsonApiException

Thrown when the HTTP response indicates a failure status code.