On Apr 19, 2016, at 2:32 AM, svyatosla...@gmail.com wrote:
I really want to use swagger to describe my API, but it was designed according JSON RPC 2.0 specification because of high flexibility and simplicity in design. And as I could notice it is not possible to use swagger to describe JSON RPC API. May be am I wrong? Does somebody know other tool to describing RPC API?
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
{ "jsonrpc": "2.0", "id": "number", "method": "delete.call_records", "params": { "access_token": "string", "id": "number", "customer_id": "number" }}
It kind of depends on what features you’re using from the RPC API. You’ll have to share more info if you want a response
On Apr 19, 2016, at 2:32 AM, svyatosla...@gmail.com wrote:
I really want to use swagger to describe my API, but it was designed according JSON RPC 2.0 specification because of high flexibility and simplicity in design. And as I could notice it is not possible to use swagger to describe JSON RPC API. May be am I wrong? Does somebody know other tool to describing RPC API?--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
The current spec does not support describing such operations, and even with the planned changes to 3.0 I don’t see it being supported.
What you’re describing is not a REST API – it’s a single endpoint serving the operations. It doesn’t rely on the HTTP protocol in any way.
Without reading what steem specifically does, when it comes to JSON RPC the answer will normally be “not so much”.
From: <swagger-sw...@googlegroups.com> on behalf of Jacob Gadikian <fad...@gmail.com>
Reply-To: "swagger-sw...@googlegroups.com" <swagger-sw...@googlegroups.com>
Date: Sunday, 4 September 2016 at 17:06
To: Swagger <swagger-sw...@googlegroups.com>
Subject: Re: Does describing JSON RPC 2.0 API by Swagger is possible?
Okay, so:
--
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Swagger" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/swagger-swaggersocket/Qix82xdWG4w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to swagger-swaggersocket+unsub...@googlegroups.com.