Automatic code generation for the Delta Chat JSON-RPC API.
pip install git+https://github.com/deltachat/dcrpcgen
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.