Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Deprecation warning #7

Open
wants to merge 1 commit into
base: integration
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down