Project Lockdown
Search…
⌃K
Links
🚧

Open Data API (API)

ShortURL | Playbook | Assistant
NOTICE
This documentation page is under construction. Should you want to be notified once it's published, let us know.

About

DOCUMENTATION STAGE: WIP - This documentation page is still a work in progress.

For current internal documentation, please visit: [TIOF PLD] Devs [I] API Guidelines ENG v1.0 (only for Project Lockdown members at the moment - Scheduled to be published) https://docs.google.com/document/d/19DcvhEj1f2m3mzuUYFufOPAHtNyqiQ_FHWncqGn85GQ/edit#heading=h.joekn2c04741

Project Lockdown: API module

Table of Contents

  1. 1.
    About this module
  2. 2.
    The module in Project Lockdown
  3. 3.
    General overview of the module
  4. 4.
    Accessing the module
  5. 5.
    Contributing

About this module

The API module is a back end component that is responsible for providing all the necessary interfacing to manipulate Project Lockdown's data.
It handles the data operations between the Database (DB)
Go to this Module's repository folder
and
It also allows for data access from 3rd parties in a number of differet formats.
Back to top

The module in Project Lockdown

The following diagram showcases how this Module integrates in the project:
API Module Diagram
Back to top

General overview of the module

The following diagram showcases the general design of the API module:
[WIP]
Back to top

Accessing the module

To access the API, please visit https://API.ProjectLockdown.world (Status: Under development)
Back to top

Contributing

The open GitHub Issues can be found here:
Pending tasks (Labels: Module: API + Stage: Ready) https://github.com/TheIOFoundation/ProjectLockdown/issues?q=is%3Aopen+is%3Aissue+label%3A%22Module%3A+API%22+label%3A%22Stage%3A+Ready%22
Tasks in progress (Labels: Module: API + Stage: In Progress) https://github.com/TheIOFoundation/ProjectLockdown/issues?q=is%3Aopen+is%3Aissue+label%3A%22Module%3A+API%22+label%3A%22Stage%3A+In+Progress%22
Upcoming tasks that are being prepared (Labels: Module: API + Stage: Not Ready) https://github.com/TheIOFoundation/ProjectLockdown/issues?q=is%3Aopen+is%3Aissue+label%3A%22Stage%3A+Not+Ready%22+label%3A%22Module%3A+API%22
Back to top