Class: Vidispine::API::Client::Requests::ItemMetadataGet

Inherits:
BaseRequest
  • Object
show all
Defined in:
lib/vidispine/api/client/requests/item_metadata_get.rb

Overview

Constant Summary collapse

HTTP_METHOD =
:get
HTTP_PATH =
'/item/#{path_arguments[:item_id]}/metadata'
DEFAULT_PARAMETER_SEND_IN_VALUE =
:matrix
PARAMETERS =
[
    { :name => :item_id, :aliases => [ :id ], :required => true, :send_in => :path },

    :projection,
    :interval,
    :startc,
    :field,
    :group,
    :track,
    :language,
    :conflict,
    :samplerate,
    :revision,
    :terse,
    :include,
    :defaultValue,
    :from,
    :to,

    { :name => :includeTransientMetadata, :send_in => :query },
]

Constants inherited from BaseRequest

BaseRequest::HTTP_BASE_PATH, BaseRequest::HTTP_SUCCESS_CODE

Instance Attribute Summary

Attributes inherited from BaseRequest

#arguments, #body, #client, #default_parameter_send_in_value, #initial_arguments, #missing_required_arguments, #options, #parameters, #path, #processed_parameters, #query

Method Summary

Methods inherited from BaseRequest

#after_initialize, #after_process_parameters, #base_path, #before_process_parameters, #body_arguments, #eval_http_path?, #http_method, #http_path, #http_success_code, #initialize, #matrix, #matrix_arguments, normalize_argument_hash_keys, normalize_parameter_name, #path_arguments, #path_only, process_parameter, #process_parameters, process_parameters, #query_arguments, #reset_attributes, #success?, #uri_request_path

Constructor Details

This class inherits a constructor from Vidispine::API::Client::Requests::BaseRequest