Class: KazeClient::TagsRequest

Inherits:
Utils::FinalRequest show all
Includes:
Utils::AuthentifiedRequest
Defined in:
lib/kaze_client/request/requests/tags/tags_request.rb

Overview

Fetch all tags

Constant Summary

Constants inherited from Request

Request::DEFAULT_HEADERS

Instance Attribute Summary

Attributes included from Utils::AuthentifiedRequest

#token

Attributes inherited from Request

#body, #headers, #method, #query, #url

Instance Method Summary collapse

Methods included from Utils::AuthentifiedRequest

#with_token

Methods inherited from Request

#error_for, #parameters

Constructor Details

#initializeTagsRequest

Returns a new instance of TagsRequest.



14
15
16
# File 'lib/kaze_client/request/requests/tags/tags_request.rb', line 14

def initialize
  super(:get, 'api/tags')
end