Swagger generated Endpoints - which to use

Hi everyone,
since where in the process of developing the Java SDK further, we recognized, that the swagger generate provides “purpose clustered” endpoints (chain, oracle, contract, transaction …) as well as one “external” endpoint - this seems to provide all methods provided by the clustered ones. So the question arised - which shall be used? Does and will the “external” be up to date with the clustered endpoints and what is the purpose of the external endpoint?
Thanks and regards,
Mitch

1 Like

The POST interfaces for transaction types are just helpers to build the transaction structure to some degree. They may be thrown out at some point. In general breaking changes to the API are only done in major versions.