{"id":27284,"date":"2023-08-15T12:02:57","date_gmt":"2023-08-15T04:02:57","guid":{"rendered":"https:\/\/cravatar.com\/developer\/?p=27284"},"modified":"2023-08-15T12:04:10","modified_gmt":"2023-08-15T04:04:10","slug":"ruby-image-requests","status":"publish","type":"post","link":"https:\/\/cravatar.com\/developer\/ruby-image-requests","title":{"rendered":"Ruby \u56fe\u50cf\u8bf7\u6c42"},"content":{"rendered":"\n
# include MD5 gem, should be part of standard ruby install\nrequire 'digest\/md5'\n \n# get the email from URL-parameters or what have you and make lowercase\nemail_address = params[:email].downcase\n \n# create the md5 hash\nhash = Digest::MD5.hexdigest(email_address)\n \n# compile URL which can be used in <img src="RIGHT_HERE"...\nimage_src = "https:\/\/cravatar.cn\/avatar\/#{hash}"<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":18727,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[34],"class_list":["post-27284","post","type-post","status-publish","format-standard","hentry","category-software","tag-ruby","no-featured-image-padding"],"_links":{"self":[{"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/posts\/27284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/users\/18727"}],"replies":[{"embeddable":true,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/comments?post=27284"}],"version-history":[{"count":0,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/posts\/27284\/revisions"}],"wp:attachment":[{"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/media?parent=27284"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/categories?post=27284"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/tags?post=27284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}