Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 551 Bytes

app_timeline_api_django.rst

File metadata and controls

25 lines (16 loc) · 551 Bytes

Timeline Django API Documentation

This document contains Django API documentation for the timeline app. Included are functionalities and classes intended to be used by other applications.

Backend API

The TimelineAPI class contains the Timeline backend API. It should be initialized using the Projectroles.plugins.get_backend_api() function.

.. autoclass:: timeline.api.TimelineAPI
    :members:

Models

.. automodule:: timeline.models
    :members: