Hi! Love the project, and started development of a small CLI-app for quick workout journaling myself to use it. Hoping to build on that further to get some fancy statistics working later down the road.
I might be a bit slow on the uptake, but I can't seem to add any additional info for a Set in a Workout via the API? I can only add a Set in the form of:
And, now I discovered that the place to do this is the WorkoutLog-object.
So each workout has a workoutlog where we can add reps for each of the assigned sets
Hi! Love the project, and started development of a small CLI-app for quick workout journaling myself to use it. Hoping to build on that further to get some fancy statistics working later down the road.
I might be a bit slow on the uptake, but I can't seem to add any additional info for a
Set
in aWorkout
via the API? I can only add aSet
in the form of:Is there any way to enrich the info via the API that I'm missing? Primarily with rep-counts, weight and similar info