Skip to content
Snippets Groups Projects
Commit 5ef5cfea authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Mention RAPI client in documentation


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent af6433c6
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,11 @@ Usage examples
You can access the API using your favorite programming language as long
as it supports network connections.
Ganeti RAPI client
++++++++++++++++++
Ganeti includes a standalone RAPI client, ``lib/rapi/client.py``.
Shell
+++++
......
......@@ -21,6 +21,9 @@
"""Ganeti RAPI client."""
# No Ganeti-specific modules should be imported. The RAPI client is supposed to
# be standalone.
import httplib
import urllib2
import logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment