From c2fdb774cfae787e6363b111e3fb8be45cff96a8 Mon Sep 17 00:00:00 2001 From: Mattias Lidman Date: Wed, 15 Feb 2017 14:31:31 -0600 Subject: [PATCH] Deprecation warning. --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8f90d77..cc482f5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ python-nexus-client =================== -Example python client for interacting with Globus Nexus service. - -The main entry point to this library is `nexus.Client`. This allows -access to all of the main methods. +Warning +--- -When a user authenticates with Nexus, they are issued a token. An API -client can validate a user's authentication by taking that token and -calling `client.authenticate_user(token)`. +This library is provided only for a few limitited, legacy use cases. +It should not be used for any new development. The APIs it interfaces with +are considered private, and does not expose any functionality which Globus +is commited to supporting long term. This Library is Only an Example ---