WIP with JSON static parsing
This commit is contained in:
@@ -44,7 +44,7 @@ module LookupGym =
|
||||
|
||||
let run (args : LookupGymArgs) =
|
||||
task {
|
||||
let! client = Api.make args.Creds
|
||||
let! client = Dto.make args.Creds
|
||||
let! s = client.GetGym 19
|
||||
System.Console.WriteLine (string<Gym> s)
|
||||
return 0
|
||||
|
Reference in New Issue
Block a user