Sha256: f7afc3aa67bb54550b392b8333457ff480c539ce80175b333173fdfa1c0cce94
Contents?: true
Size: 438 Bytes
Versions: 2
Compression:
Stored size: 438 Bytes
Contents
require "api_twirp" Rails.application.twirp.routes.draw do service RPC::DummyAPI::DummyService do rpc "Ping", to: "pings#ping" rpc "PingRender", to: "pings#ping_render" rpc "PingTemplate", to: "pings#ping_template" rpc "ErrorResponse", to: "pings#error_response" rpc "RaiseError", to: "pings#raise_error" rpc "UncaughtError", to: "pings#uncaught_raise" rpc "BeforeError", to: "pings#before_error" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_twirp-0.4.0 | test/dummy/config/twirp/routes.rb |
rails_twirp-0.3.0 | test/dummy/config/twirp/routes.rb |