Sha256: fb60db7ce4ac8d5519c4016086eee30ba3e109e16f0573e759f7523d6dc94e17
Contents?: true
Size: 701 Bytes
Versions: 17
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_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
17 entries across 17 versions & 1 rubygems