File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,20 @@ At the REST API level, the Client class provides a consistent way to discover an
25
25
[ generator] ( https://wiki.python.org/moin/Generators ) to fetch all items using pagination, and automatically renews
26
26
the bearer token.
27
27
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 )
29
30
on the [ Hub REST API Python Wiki] ( https://github.com/blackducksoftware/hub-rest-api-python/wiki ) .
30
31
31
32
### Important Note
32
33
The old HubInstance (in HubRestApi.py) keeps its existing functionality for backwards compatibility and therefore does
33
34
** not** currently leverage any of the new features in the Client class.
34
35
35
36
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!
37
42
38
43
# To use
39
44
You can’t perform that action at this time.
0 commit comments