From ecc58f6c11468f0ed7b6bd11c28de96790ac74d1 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 21 Jun 2022 08:10:00 +0700 Subject: [PATCH] API: note about release lagging behind --- tubearchivist/api/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tubearchivist/api/README.md b/tubearchivist/api/README.md index 6b703a9..c155eac 100644 --- a/tubearchivist/api/README.md +++ b/tubearchivist/api/README.md @@ -1,6 +1,9 @@ # TubeArchivist API Documentation of available API endpoints. -**Note: This is very early alpha and will change!** + +Note: +- This is very early stages and will change! +- Check the commit history to see if a documented feature is already in your release ## Authentication API token will get automatically created, accessible on the settings page. Token needs to be passed as an authorization header with every request. Additionally session based authentication is enabled too: When you are logged into your TubeArchivist instance, you'll have access to the api in the browser for testing.