<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>API on Lin's Blog</title><link>http://coder.tw/tags/api/</link><description>Recent content in API on Lin's Blog</description><generator>Hugo</generator><language>zh-tw</language><lastBuildDate>Thu, 23 Feb 2017 23:59:42 +0000</lastBuildDate><atom:link href="http://coder.tw/tags/api/index.xml" rel="self" type="application/rss+xml"/><item><title>GitHub API Note</title><link>http://coder.tw/posts/github-api-note/</link><pubDate>Thu, 23 Feb 2017 23:59:42 +0000</pubDate><guid>http://coder.tw/posts/github-api-note/</guid><description>&lt;p&gt;這幾天因為開發 Dashboard 的關係，接觸了 Trello 和 GitHub 的 API，把一些資訊整理起來，如果你也有GitHub API 的使用需求，可以來讀讀這篇文章。GitHub 也是採用 RESTful HTTP API 的形式，開發起來十分簡單，對於有 HTTP API 串接經驗的人更是好上手；GitHub API 算是我看過數一數二的 API Friendly，文件十分好理解不說，API 也提供很完整的參數供選擇，甚至未來還會提供 GraphQL API，真是令人期待！&lt;/p&gt;</description></item><item><title>前些日子Google字典被無預警停用，我們該怎麼辦！？</title><link>http://coder.tw/posts/google-dictionary-shutdown-alternative/</link><pubDate>Fri, 12 Aug 2011 17:10:31 +0000</pubDate><guid>http://coder.tw/posts/google-dictionary-shutdown-alternative/</guid><description>&lt;p&gt;&lt;a href="https://pub-6c026d2742d14927bfa2d850c31eac91.r2.dev/wp-content/uploads/2011/08/2011-08-12_170415.jpg"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border-width: 0px;" title="2011-08-12_170415" src="https://pub-6c026d2742d14927bfa2d850c31eac91.r2.dev/wp-content/uploads/2011/08/2011-08-12_170415_thumb.jpg" alt="2011-08-12_170415" width="298" height="151" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;記得前幾天Google字典無預警關閉，造成很多人的恐慌，因為平常已經習慣看到不懂的單字就跑去Google Dictionary上面查看看，Google方面表示因為Google字典的功能已經整合到Google Search以及Google翻譯裡面了，所以字典的階段性任務達成就該說再見了～&lt;/p&gt;</description></item><item><title>Use the ClientLogin 取得存取Google Account帳戶的權限</title><link>http://coder.tw/posts/use-clientlogin-google-account/</link><pubDate>Sat, 30 Apr 2011 20:49:46 +0000</pubDate><guid>http://coder.tw/posts/use-clientlogin-google-account/</guid><description>&lt;p&gt;&lt;a href="https://pub-6c026d2742d14927bfa2d850c31eac91.r2.dev/wp-content/uploads/2011/04/2011-04-30_200036.jpg"&gt;&lt;img class="size-full wp-image-435 aligncenter" title="2011-04-30_200036" src="https://pub-6c026d2742d14927bfa2d850c31eac91.r2.dev/wp-content/uploads/2011/04/2011-04-30_200036.jpg" alt="" width="507" height="453" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Google有提供很多的API方便妳去存取他們的服務，例如Google Contacts API就需要先取得權限才能使用，而在這篇文章中要教的ClientLogin是我個人覺得最簡單的一種取得權限方式，它的運作原理很簡單，就是透過http傳送帳號、密碼給Google，然後Google就會送回一串資料，其中就包含了授權碼，透過授權碼妳就可以去存取Google的各項服務（例如聯絡人、日曆、筆記本等等）&lt;/p&gt;</description></item><item><title>Google Weather API - 幫助你取得一整週的天氣狀況</title><link>http://coder.tw/posts/google-weather-api-weekly-forecast-2/</link><pubDate>Fri, 04 Feb 2011 00:48:56 +0000</pubDate><guid>http://coder.tw/posts/google-weather-api-weekly-forecast-2/</guid><description>&lt;p style="text-align: center;"&gt;&lt;a href="https://pub-6c026d2742d14927bfa2d850c31eac91.r2.dev/wp-content/uploads/2011/02/2011-02-04_004255.jpg"&gt;&lt;img class="size-large wp-image-4648 aligncenter" title="2011-02-04_004255" src="https://pub-6c026d2742d14927bfa2d850c31eac91.r2.dev/wp-content/uploads/2011/02/2011-02-04_004255-520x416.jpg" alt="" width="520" height="416" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;strong&gt;Google Weather API&lt;/strong&gt;是我今天發現的東西，因為想要幫最近開發的Plurk-bot加上新的查天氣功能，所以就上網找了一下獲得天氣狀況的方法，原本預計的獲取方式是去讀取中央氣象局的網頁，然後分析上面的資料，可是後來我發現Google和Yahoo都有提供查天氣的API，其中我比較喜歡使用Google Weather API，因為他的回傳值是xml格式比較好解析，不過Yahoo傳一個html回來... 而且Google Weather API還支援直接指定城市名的功能，例如我要查台北市，我就在API上直接傳台北市過去就可以，可是Yahoo的天氣API卻不是這麼簡單，而是要你輸入一個城市的代碼，等於我要使用Yahoo的API時我還要先知道要查詢的城市的代碼
&lt;h2&gt;</description></item></channel></rss>