Skip to content

Commit 8cbbe34

Browse files
committed
Add link to Client versus HubInstance Comparison
1 parent b9a2128 commit 8cbbe34

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,20 @@ At the REST API level, the Client class provides a consistent way to discover an
2525
[generator](https://wiki.python.org/moin/Generators) to fetch all items using pagination, and automatically renews
2626
the bearer token.
2727

28-
To read more about the new Client class see the [Client User Guide](https://github.com/blackducksoftware/hub-rest-api-python/wiki/Client-User-Guide)
28+
See [Client versus HubInstance Comparison](https://github.com/blackducksoftware/hub-rest-api-python/wiki/Client-versus-HubInstance-Comparison)
29+
and also read the [Client User Guide](https://github.com/blackducksoftware/hub-rest-api-python/wiki/Client-User-Guide)
2930
on the [Hub REST API Python Wiki](https://github.com/blackducksoftware/hub-rest-api-python/wiki).
3031

3132
### Important Note
3233
The old HubInstance (in HubRestApi.py) keeps its existing functionality for backwards compatibility and therefore does
3334
**not** currently leverage any of the new features in the Client class.
3435

3536
We believe that the new features are compelling enough to strongly encourage users to consider moving from HubInstance
36-
to Client. Please give it a try and let us know what you think!
37+
to Client.
38+
See [Client versus HubInstance Comparison](https://github.com/blackducksoftware/hub-rest-api-python/wiki/Client-versus-HubInstance-Comparison).
39+
40+
41+
Please give it a try and let us know what you think!
3742

3843
# To use
3944

0 commit comments

Comments
 (0)