Japer Technology

JAPER Technology Developer Resources

License: MIT AI

This repository augments developer.japer.io for Git-centric users who want JAPER Technology documentation in a versioned, reviewable, automation-friendly format.

It provides a lightweight workflow to:

Primary resources

Why this repository exists

developer.japer.io is the source of truth, while this repository makes the same information easier to consume through normal Git workflows:

Repository layout

Installation

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Refresh the docs

Run the full update flow:

bash scripts/update_docs.sh

Or run the steps individually:

python scripts/fetch_api_docs.py
python scripts/generate_endpoints_md.py

What gets generated

After a refresh:

Contact