Use WoofWare.Myriad entirely to generate the REST API (#9)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
Reviewed-on: #9
This commit is contained in:
2024-01-30 00:17:45 +00:00
parent 58fdb23719
commit e96ae78665
15 changed files with 306 additions and 119 deletions

View File

@@ -1,5 +1,6 @@
namespace PureGym.App
open System.Threading
open Argu
open System
open PureGym
@@ -50,7 +51,7 @@ module Authenticate =
let run (creds : UsernamePin) =
task {
let! cred = AuthToken.get creds
let! cred = AuthToken.get creds CancellationToken.None
Console.WriteLine cred.AccessToken
match cred.ExpiryTime with