WIP with JSON static parsing
This commit is contained in:
@@ -48,9 +48,10 @@ module Fullness =
|
||||
|
||||
let run (args : FullnessArgs) =
|
||||
task {
|
||||
let! client = Api.make args.Creds
|
||||
let! client = Dto.make args.Creds
|
||||
let! id = GymSelector.canonicalId client args.Gym
|
||||
let! attendance = client.GetGymAttendance id
|
||||
let attendance = failwith ""
|
||||
|
||||
if args.Terse then
|
||||
System.Console.WriteLine attendance.TotalPeopleInGym
|
||||
|
Reference in New Issue
Block a user