Repository: mesos
Updated Branches:
  refs/heads/master 77d507578 -> 734bed023


Added python-mesos-http scheduler api client to docs.

I propose the following scheduler python lib as external library
to use Mesos HTTP API.

This closes #217


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/734bed02
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/734bed02
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/734bed02

Branch: refs/heads/master
Commit: 734bed02329fbec9aa24576430bf6307a072e33f
Parents: 77d5075
Author: Olivier Sallou <olivier.sal...@gmail.com>
Authored: Tue Jun 13 08:52:27 2017 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Tue Jun 13 08:52:27 2017 -0700

----------------------------------------------------------------------
 docs/api-client-libraries.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/734bed02/docs/api-client-libraries.md
----------------------------------------------------------------------
diff --git a/docs/api-client-libraries.md b/docs/api-client-libraries.md
index f55957c..b6c4731 100644
--- a/docs/api-client-libraries.md
+++ b/docs/api-client-libraries.md
@@ -62,6 +62,11 @@ run into any issues, file them with the library maintainers.*
   PyMesos</a></td>
   <td>Python</td>
 </tr>
+<tr>
+  <td><a href="https://github.com/osallou/python-mesos-http";>
+  python-mesos-http</a></td>
+  <td>Python</td>
+</tr>
 </table>
 
 ## Executor API

Reply via email to