Skip to content
Snippets Groups Projects
Commit fed1cd41 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

Update README.md: removed some version usages

parent e77b7cf1
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ Initialisation works as followed, for configuration an `APIEndpoint`-Instance ha ...@@ -22,7 +22,6 @@ Initialisation works as followed, for configuration an `APIEndpoint`-Instance ha
>>> endpoint = netdb_client.APIEndpoint( >>> endpoint = netdb_client.APIEndpoint(
base_url='www-net-devel.scc.kit.edu', base_url='www-net-devel.scc.kit.edu',
version='3.0',
token='<token>' token='<token>'
) )
>>> api = netdb_client.APISession(endpoint) >>> api = netdb_client.APISession(endpoint)
...@@ -61,9 +60,6 @@ optional arguments: ...@@ -61,9 +60,6 @@ optional arguments:
webapi server. webapi server.
Environment: "NETDB_BASE_URL" Environment: "NETDB_BASE_URL"
Config: [$endpoint]: base_url Config: [$endpoint]: base_url
--version VERSION webapi version.
Environment: "NETDB_VERSION"
Config: [$endpoint]: version
--token TOKEN, -t TOKEN --token TOKEN, -t TOKEN
user API token. user API token.
Environment: "NETDB_TOKEN" Environment: "NETDB_TOKEN"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment