You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/19 14:17:54 UTC

[GitHub] mrutkows commented on a change in pull request #7: Explain how OpenWhisk API can be used from Python

mrutkows commented on a change in pull request #7: Explain how OpenWhisk API can be used from Python
URL: https://github.com/apache/incubator-openwhisk-client-python/pull/7#discussion_r122719190
 
 

 ##########
 File path: README.md
 ##########
 @@ -1,5 +1,27 @@
-# openwhisk-python-cli
-## OpenWhisk Command Line Interface (CLI) written in Python.
+# incubator-openwhisk-client-python
 [![Build Status](https://travis-ci.org/openwhisk/openwhisk-client-python.svg?branch=master)](https://travis-ci.org/openwhisk/openwhisk-client-python)
 
-NOTE: This CLI is no longer used in production as it has been [superseded by a version written in Go](https://github.com/openwhisk/openwhisk/tree/master/tools/cli).
+There is no official Python client for OpenWhisk at the moment. However, the REST API of OpenWhisk can be used directly from Python, for example using the `requests` library:
 
 Review comment:
   Apache OpenWhisk, as this is the first reference to "OpenWhisk".
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services