Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.04 KB

ApiClientGen.md

File metadata and controls

13 lines (9 loc) · 1.04 KB

API Client Generation

The ZAP API clients are created via code generation - this makes them much easier to maintain.

The current generators are:

Adding new generators is not too hard - the main task is creating a working template for one of the API calls and then ripping off one of the existing generators.

Please get in touch via the dev group if you'd like to work on a new one.