Sha256: ad1973d3317a787d8adf69cf6727cbd3c6236fbd2e4b8f1582b4b43a3a209217
Contents?: true
Size: 368 Bytes
Versions: 3
Compression:
Stored size: 368 Bytes
Contents
module WhosGotDirt module Requests # Requests for lists. # # Many APIs support the parameters below. For API-specific parameters, visit # the API's request class. # # @example Find lists by name (fuzzy match). # "name~=": "Barclays" # # @example Limit the number of results. # "limit": 5 module List end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
whos_got_dirt-0.0.4 | lib/whos_got_dirt/requests/list.rb |
whos_got_dirt-0.0.3 | lib/whos_got_dirt/requests/list.rb |
whos_got_dirt-0.0.2 | lib/whos_got_dirt/requests/list.rb |