Description
Add a generateInterfaces (Boolean, default false) option. When enabled, the generator should produce an interface per API tag containing all endpoint method signatures. The generated client class would implement this interface. This enables easy mocking in tests without third-party mocking libraries.
Acceptance criteria
Description
Add a
generateInterfaces(Boolean, defaultfalse) option. When enabled, the generator should produce an interface per API tag containing all endpoint method signatures. The generated client class would implement this interface. This enables easy mocking in tests without third-party mocking libraries.Acceptance criteria
JustworksSpecConfigurationDSL supportsgenerateInterfacespropertyfalse— no breaking change