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)Create a new program in the server.
DeleteProgramAsync
Task<Program> DeleteProgramAsync(
string programId,
RequestOptions? options = default,
CancellationToken cancellationToken = default)Delete an existing program with the program ID.
SearchProgramsAsync
Searches all programs known to the server. Use skip and pagination query params to limit response size.
FindProgramByIdAsync
Find program associated by the program ID.
UpdateProgramAsync
Update an existing program with specified program ID.
Last updated
Was this helpful?