class AzureBlob::BlobList
def initialize(fetcher)
AzureBlob::BlobList.new(fetcher)
end
response = Http.new(uri, signer:).get
)
...
marker: marker,
uri.query = URI.encode_www_form(
fetcher = ->(marker) do
Example:
argument and returns the raw body response of a call to the list blob endpoint.
Expects a callable object that takes an Azure API page marker as an
but obtain one when calling relevant methods of AzureBlob::Client.
You should not instanciate this object directly,
def initialize(fetcher) @fetcher = fetcher end