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