Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 694 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 694 Bytes

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.