Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
Merged
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
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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
Expand Down