using WADLs of RESTAPIs

Options

Hi,

Have anyone used WADL of the RESTAPIs to connect with content server ?

Is there any impact on performance using WADL ?

Thanks in Advance.

Tagged:

Comments

  • Ferdinand Prantl
    Ferdinand Prantl E Community Moderator
    Options

    I used Swagger once to generate a mock server and a client to CS REST API for testing purposes. Not WADL. (The documentation for CS REST API is built using Swagger.)

    You will not find WADL in the CS installation. You would have to write it by hand, or find some converter from Swagger.

    I would not expect any performance problem if the WADL client is reasonable. The performance of a network scenario depends on the network and not on a couple of source code statements executed extra.