Sha256: 0113a62343683dc5d545978be0388ad847520a4f24431331df1a448beba20a46
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
# NOTE: Small docs # foo: => Wrapper for method # bar: => Method name # scheme: => Scheme description # method: POST => Request type (* required) # use_wrapper: true => Default true (* required) # path: buz => Real path (* required) # body: => Dry schema for checking parameters. If key doesn't exist nothing happens # query: => Query params. If key doesn't exist nothing happens # mock: => Structure or Path to mock file for tests. If key doesn't exist nothing happens # # Client.foo_bar { a: 'b' } => POST http://host/foo/buz DATA: { a: 'b' }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kapellmeister-0.5.0 | lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt |