class GdsApi::PublishingApiV2
def get_content(content_id, options = {})
def get_content(content_id, options = {}) params = {} params = params.merge(locale: options[:locale]) if options[:locale] get_json(content_url(content_id, params)) end
def get_content(content_id, options = {}) params = {} params = params.merge(locale: options[:locale]) if options[:locale] get_json(content_url(content_id, params)) end