What is the prefered method for a 'WSDL' for REST webservice?

前端 未结 5 1730
小鲜肉
小鲜肉 2021-02-02 03:33

I have build plenty of SOAP webservices, but am building a REST webservice for a specific project, and I was wondering what people used for a \'WSDL\' for REST services or if it

5条回答
  •  心在旅途
    2021-02-02 04:06

    You can try Swagger(now OpenAPI) which allows to describe REST services using a JSON open standard.

提交回复
热议问题