IProgramsService.Programs
Collection of functions to interact with the Programs API endpoint.
Method
HTTP request
Description
CreateProgramAsync
Task<Program> CreateProgramAsync(
Program program,
RequestOptions? options = default,
CancellationToken cancellationToken = default)DeleteProgramAsync
Task<Program> DeleteProgramAsync(
string programId,
RequestOptions? options = default,
CancellationToken cancellationToken = default)SearchProgramsAsync
FindProgramByIdAsync
UpdateProgramAsync
Last updated
Was this helpful?