<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>urbanplanner</author_name>
  <author_url>https://blog.hatena.ne.jp/urbanplanner/</author_url>
  <blog_title>サーバレス練習帳</blog_title>
  <blog_url>https://serverless.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>(1) 文字列型⇔辞書型 (1-1) 辞書型 → 文字列型 str = json.dumps(dict) (1-2) 文字列型 → 辞書型 dict = json.loads(str) (2) 文字列⇔バイナリ列 ※python3で考えています。b''が付くのがバイナリ列です。 s = requests.session() response1 = s.get(SFDC_ENDPOINT_1, headers=SFDC_HEADERS)#ログイン response2 = s.get(SFDC_ENDPOINT_2, headers=SFDC_HEADERS)#ファイル取得 bodybase64 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fserverless.hateblo.jp%2Fentry%2F2018%2F04%2F08%2F105233&quot; title=&quot;pythonにおける型変換 - サーバレス練習帳&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-04-08 10:52:33</published>
  <title>pythonにおける型変換</title>
  <type>rich</type>
  <url>https://serverless.hateblo.jp/entry/2018/04/08/105233</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
