You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"api":{"name":"calc","title":"Calculator Service","version":"0.0.1","servers":{"calc":{"name":"calc","description":"Default server for calc","services":["calc"],"hosts":{"localhost":{"name":"localhost","server":"calc","uris":["http://localhost:80","grpc://localhost:8080"]}}}}},"services":{"calc":{"name":"calc","description":"The calc service performs additions on numbers","methods":{"add":{"name":"add","payload":{"type":{"$ref":"#/definitions/AddPayload","required":["left","right"]},"example":{"left":8605439947149783646,"right":6825552331577586910}},"result":{"type":{"type":"integer","format":"int64"},"example":5855163322465186600}}}}},"definitions":{"AddPayload":{"title":"AddPayload","type":"object","properties":{"left":{"type":"integer","description":"Left operand","example":4288748512599820841,"format":"int64"},"right":{"type":"integer","description":"Right operand","example":4212629202012168060,"format":"int64"}},"example":{"left":1698882017578366363,"right":6747375795581831989},"required":["left","right"]}}}
1
+
{"api":{"name":"calc","title":"Calculator Service","version":"0.0.1","servers":{"calc":{"name":"calc","description":"Default server for calc","services":["calc"],"hosts":{"localhost":{"name":"localhost","server":"calc","uris":["http://localhost:80","grpc://localhost:8080"]}}}}},"services":{"calc":{"name":"calc","description":"The calc service performs additions on numbers","methods":{"add":{"name":"add","payload":{"type":{"$ref":"#/definitions/AddPayload","required":["left","right"]},"example":{"left":8605439947149783646,"right":6825552331577586910}},"result":{"type":{"type":"integer","format":"int64"},"example":5855163322465186600}}}}},"definitions":{}}
0 commit comments