From 2a5284f67843b44dddd3af0fe7133902abd1ddbe Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 5 Dec 2022 10:32:58 -0500 Subject: [PATCH] update some docs --- steamguard/src/steamapi.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/steamguard/src/steamapi.rs b/steamguard/src/steamapi.rs index 2b2cd92..af7e779 100644 --- a/steamguard/src/steamapi.rs +++ b/steamguard/src/steamapi.rs @@ -353,6 +353,8 @@ impl SteamApiClient { } } + /// Likely removed now + /// /// One of the endpoints that handles phone number things. Can check to see if phone is present on account, and maybe do some other stuff. It's not really super clear. /// /// Host: steamcommunity.com @@ -393,6 +395,8 @@ impl SteamApiClient { } } + /// Likely removed now + /// /// Works similar to phoneajax. Used in the process to add a phone number to a steam account. /// Valid ops: /// - get_phone_number => `input` is treated as a phone number to add to the account. Yes, this is somewhat counter intuitive.