File: api.rst

package info (click to toggle)
python-keystoneclient 2012.1-3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 460 kB
  • sloc: python: 3,174; sh: 113; makefile: 78
file content (25 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
The :mod:`keystoneclient` Python API
====================================

.. module:: keystoneclient
   :synopsis: A client for the OpenStack Keystone API.

.. currentmodule:: keystoneclient.generic.client

.. autoclass:: Client

    .. automethod:: discover

.. currentmodule:: keystoneclient.v2_0.client

.. autoclass:: Client

    .. automethod:: authenticate


For more information, see the reference documentation:

.. toctree::
   :maxdepth: 2

   ref/index