From fed1cd41cc824f1a2c9df52d7a91767af8e3252b Mon Sep 17 00:00:00 2001 From: "janis.streib" <janis.streib@kit.edu> Date: Fri, 25 Feb 2022 21:44:20 +0100 Subject: [PATCH] Update README.md: removed some version usages --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 815efa5..e12c0e8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Initialisation works as followed, for configuration an `APIEndpoint`-Instance ha >>> endpoint = netdb_client.APIEndpoint( base_url='www-net-devel.scc.kit.edu', - version='3.0', token='<token>' ) >>> api = netdb_client.APISession(endpoint) @@ -61,9 +60,6 @@ optional arguments: webapi server. Environment: "NETDB_BASE_URL" Config: [$endpoint]: base_url - --version VERSION webapi version. - Environment: "NETDB_VERSION" - Config: [$endpoint]: version --token TOKEN, -t TOKEN user API token. Environment: "NETDB_TOKEN" -- GitLab