I am considering to implement JSON-RPC for my web service with this library. I would also like to implement Swagger for my service.
However, I am not sure, if these two are a good combination together. In JSON-RPC all methods are behind the same resource, while that does not make any sense in Swagger.
I am wondering the following:
- Is it possible to combine these technologies in full strength?
- Is JSON-RPC still a good technology to use? Or is it better to implement it manually?
Your thoughts are appreciated.
Related, unaswered question: Swagger and json-rpc