From 09b27155a88fa6b4c587cf75b9060c1807629e99 Mon Sep 17 00:00:00 2001 From: Aleksandar Kostadinov Date: Wed, 17 Oct 2018 16:32:01 +0300 Subject: [PATCH] add link to v3 python client project --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index fa86dc1..bf3b289 100644 --- a/README +++ b/README @@ -1,9 +1,12 @@ README ============================================================================== -This is a python interface for the Openshift v2 REST API. Check +This is a python interface for the OpenShift v2 REST API. Check oshift/__init__.py for the class file. +For OpenShift v3 and above, please go to +https://github.com/openshift/openshift-restclient-python + [2012-11-19] Use python requests module instead of httplib for a cleaner interface. Known issue is https over proxy does not work as indicated by