<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ryo Shibayama</title>
    <description>The latest articles on DEV Community by Ryo Shibayama (@serima).</description>
    <link>https://dev.to/serima</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F64251%2F164fd208-3238-4932-a066-cc52c57d71d9.jpeg</url>
      <title>DEV Community: Ryo Shibayama</title>
      <link>https://dev.to/serima</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/serima"/>
    <language>en</language>
    <item>
      <title>Notion API SDK Client in various languages</title>
      <dc:creator>Ryo Shibayama</dc:creator>
      <pubDate>Sun, 16 May 2021 05:55:25 +0000</pubDate>
      <link>https://dev.to/serima/notion-api-sdk-client-in-various-languages-21dg</link>
      <guid>https://dev.to/serima/notion-api-sdk-client-in-various-languages-21dg</guid>
      <description>&lt;p&gt;The following is an introduction to the official API Client released this time, excluding the API Client that was originally reverse engineered.&lt;br&gt;
Also, as of now (2020/05/16), the README must be reasonably well-developed.&lt;/p&gt;

&lt;h1&gt;
  
  
  Official API Approach
&lt;/h1&gt;

&lt;h2&gt;
  
  
  JavaScript
&lt;/h2&gt;

&lt;p&gt;The only SDK that is officially provided by Notion.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/makenotion/notion-sdk-js"&gt;https://github.com/makenotion/notion-sdk-js&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Go
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/dstotijn/go-notion"&gt;https://github.com/dstotijn/go-notion&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/ketion-so/go-notion"&gt;https://github.com/ketion-so/go-notion&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/sorcererxw/go-notion"&gt;https://github.com/sorcererxw/go-notion&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/mkfsn/notion-go"&gt;https://github.com/mkfsn/notion-go&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Python
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/ramnes/notion-sdk-py"&gt;https://github.com/ramnes/notion-sdk-py&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  PHP
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/5am-code/laravel-notion-api"&gt;https://github.com/5am-code/laravel-notion-api&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/64robots/php-notion"&gt;https://github.com/64robots/php-notion&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Ruby
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/mgmarlow/notion-sdk-ruby"&gt;https://github.com/mgmarlow/notion-sdk-ruby&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Reverse Engineering Approach
&lt;/h1&gt;

&lt;p&gt;Python and Go are the two most famous API clients that use reverse engineering techniques. Both of them have more than 1,000 stars, and I think many users are using them.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/jamalex/notion-py"&gt;https://github.com/jamalex/notion-py&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/kjk/notionapi"&gt;https://github.com/kjk/notionapi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is still unclear if this one will support the official API.&lt;br&gt;
I'm not sure if this one will support the official API or not, but it will have to be a major change from the current implementation, and there are many operations that are not supported by the official API, so I don't think it's realistic to follow suit.&lt;/p&gt;

</description>
      <category>notion</category>
      <category>notionapi</category>
      <category>client</category>
    </item>
  </channel>
</rss>
