From 47849407e63f73b90e394902710ba3e1229ec3b0 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 15 May 2023 17:12:51 +0200 Subject: [PATCH] document lack of proper documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 479687b..90ab12c 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ The recommended way to install the client is via OS-respective packages (.deb/.r # Usage +Sadly, there is no documenattion of API but this repository may make easier to reverse enginner automatic interaction with Proton. + ## Import `from proton.api import Session, ProtonError` @@ -182,4 +184,4 @@ except ProtonError as e: e.code == 401: proton_session.refresh() print("Now we can retry making another API call since tokens have been refreshed") -``` \ No newline at end of file +```