Creates a new workout.
The workout object to create.
The newly created workout data.
Retrieves a specific workout by workoutID.
The unique ID of the workout to retrieve.
The workout data for the specified workout ID.
Retrieves a list of workouts from the API.
The page number for pagination. Must be a positive integer.
The number of workouts per page. Must be a positive integer and no greater than 10.
A list of workouts.
The Workouts class is used to interact with the workouts section of the Hevy API. It provides methods for retrieving, creating, and managing workouts on the account.