Skip to content

deltachat/dcrpcgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b6c88d9 · May 27, 2024

History

6 Commits
May 27, 2024
May 27, 2024
May 27, 2024
May 27, 2024
May 27, 2024
May 27, 2024
May 27, 2024
May 27, 2024

Repository files navigation

Delta Chat JSON-RPC Code Generator

CI Code style: black

Automatic code generation for the Delta Chat JSON-RPC API.

Install

pip install git+https://github.com/deltachat/dcrpcgen

Usage

To generate Java bindings given a local JSON-RPC schema file ./schema.json and save the generated code to ./src/ folder:

dcrpcgen java --schema schema.json --output src

Run dcrpcgen --help to see all available options.