Method: Orchestrate::Client#list_refs
- Defined in:
- lib/orchestrate/client.rb
permalink #list_refs(collection, key, options = {}) ⇒ Object
List historical refs for values of a key. Results are time-ordered newest-to-oldest and paginated.
120 121 122 |
# File 'lib/orchestrate/client.rb', line 120 def list_refs(collection, key, ={}) send_request :get, [collection, key, :refs], { query: , response: API::CollectionResponse } end |