<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Developer_tool on tanaike - Google Apps Script, Gemini API, and Developer Tips</title>
    <link>https://tanaikech.github.io/tags/developer_tool/</link>
    <description>Recent content in Developer_tool on tanaike - Google Apps Script, Gemini API, and Developer Tips</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <copyright>&amp;copy; 2026. All rights reserved.</copyright>
    <lastBuildDate>Sun, 23 Nov 2025 11:52:54 +0900</lastBuildDate>
    <atom:link href="https://tanaikech.github.io/tags/developer_tool/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fields Builder for Google APIs: Visualizing Partial Responses</title>
      <link>https://tanaikech.github.io/2025/11/23/fields-builder-for-google-apis-visualizing-partial-responses/</link>
      <pubDate>Sun, 23 Nov 2025 11:52:54 +0900</pubDate>
      <guid>https://tanaikech.github.io/2025/11/23/fields-builder-for-google-apis-visualizing-partial-responses/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/a83cd2487a5d93ec3e10cea43e7b96d6&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/image-storage/20251123a/demo.gif&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;Fields Builder for Google APIs is a client-side web application that streamlines constructing the &lt;code&gt;fields&lt;/code&gt; parameter. It parses Discovery documents into interactive trees, enabling developers to visually select nested resources, implement Partial Response, and optimize API payload sizes without manual syntax errors.&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://sites.google.com/view/fields-builder&#34;&gt;FieldsBuilderForGoogleAPIs&lt;/a&gt;&lt;/strong&gt; is a specialized Web Application designed to streamline the construction of the &lt;code&gt;fields&lt;/code&gt; parameter for Google APIs.&lt;/p&gt;&#xA;&lt;p&gt;Since the update of the official Google API Explorer, developers have found it increasingly difficult to visually construct the &lt;code&gt;fields&lt;/code&gt; parameter. This tool bridges that gap by parsing official Discovery documents to build an interactive, navigable tree view of the response schema.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Web Apps: Fields Builder For Google APIs</title>
      <link>https://tanaikech.github.io/2020/03/04/web-apps-fields-builder-for-google-apis/</link>
      <pubDate>Wed, 04 Mar 2020 16:08:06 +0900</pubDate>
      <guid>https://tanaikech.github.io/2020/03/04/web-apps-fields-builder-for-google-apis/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://sites.google.com/view/fields-builder&#34;&gt;FieldsBuilderForGoogleAPIs&lt;/a&gt; is a Web Application for building the fields value for using Google APIs. This is mainly used for developing the scripts for using Google APIs.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;demo&#34;&gt;Demo&lt;/h2&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://github.com/tanaikech/FieldsBuilderForGoogleAPIs/raw/master/images/demo.gif&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;description&#34;&gt;Description&lt;/h2&gt;&#xA;&lt;p&gt;After the API explorer was updated, the fields of APIs cannot be created by the web interface. But it is important for using the fields property. Because when the fields property is used, only the required values can be retrieved. This leads to the low cost. And even when &lt;code&gt;*&lt;/code&gt; is used, there are some cases that all fields cannot be retrieved. So I created this as a Web Application. This web application can run with the standalone. No authorization and no scopes are required. This only creates the fields value for Google APIs.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
