Please provide a SDK spec file for codegen

Hi,

I maintain an extension that adds support for the EOS SDK to a smaller game engine and one huge limitation to this endeavour is the lack of a way to easily and reliably generate library bindings from a reference file (see Steam SDK’s spec JSON file for an example). The lack of such a file provided from an official source makes the maintainance of binding libraries harder than it needs to be and less reliable.

At the moment, I generate my own spec file for the C API, which I then feed into a codegen script to build the API bindings.

Could you please add a similar spec file to your SDK’s release archive ?

Regards,