Sha256: 06eae227d57ee20d146966e13f599350d52a5ecb47fe8d6d7884a9aa7c6c6c40

Contents?: true

Size: 675 Bytes

Versions: 10

Compression:

Stored size: 675 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
#         path: buz         => Real path
#         body:             => Dry schema for checking parameters. If key doesn't exist nothing happens
#         query_params:     => 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

10 entries across 10 versions & 1 rubygems

Version Path
kapellmeister-0.10.2 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt
kapellmeister-0.10.1 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt
kapellmeister-0.10.0 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt
kapellmeister-0.9.9.rc3 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt
kapellmeister-0.9.9.rc2 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt
kapellmeister-0.9.9.rc1 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt
kapellmeister-0.9.8.rc1 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt
kapellmeister-0.9.8.pre.rc1 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt
kapellmeister-0.9.8 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt
kapellmeister-0.9.7 lib/generators/kapellmeister/templates/lib/third_party/routes.yml.tt