Client
interface Client
Interface representing a client that can perform various operations related to users and plans.
Functions
Link copied to clipboard
Cancels a plan based on the provided plan ID.
Link copied to clipboard
Creates a new user based on the provided request.
Link copied to clipboard
Retrieves the details of a plan based on the provided plan ID.
Link copied to clipboard
Retrieves a summary of the plan based on the provided plan ID.
Link copied to clipboard
List plans submitted by a user
Link copied to clipboard
Submits a new plan based on the provided request.
Link copied to clipboard
Updates an existing plan based on the provided request.