Skip to content

Automatic code generation for the Delta Chat JSON-RPC API

License

Notifications You must be signed in to change notification settings

deltachat/dcrpcgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.