File: reference.rst

package info (click to toggle)
stravalib 2.4-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 5,340 kB
  • sloc: python: 4,462; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _reference:

API Reference
=============
Welcome to the API documentation for the stravalib package.
Below the main modules are listed.

.. warning::
   Only public facing methods are documented here.

.. toctree::
   :maxdepth: 2

   Client <reference/client>
   Model <reference/model>
   Strava Model <reference/strava_model>
   Unit helper <reference/unit_helper>
   Protocol <reference/protocol>
   Limiter (Util Submodule) <reference/utilities>
   Exceptions <reference/exceptions>


Module Details
--------------