Use WoofWare.Myriad entirely to generate the REST API (#9)
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk> Reviewed-on: #9
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user