Skip to content

Commit 76152ca

Browse files
committed
Add bat
1 parent c43a074 commit 76152ca

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

index.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 id="nav-title">AndroidDevTools</h1>
4949
</ul>
5050
</li>
5151

52-
<!-- Android SDK Tools -->
52+
<!-- Android Dev Tools -->
5353
<li role="presentation" class="dropdown">
5454
<a id="drop-dev-tools" href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Android Dev Tools</a>
5555
<ul id="menu-dev-tool" class="dropdown-menu" role="menu" aria-labelledby="drop-dev-tools">
@@ -59,6 +59,7 @@ <h1 id="nav-title">AndroidDevTools</h1>
5959
<li role="presentation"><a role="menuitem" tabindex="-1" href="#security-tools">安全工具</a></li>
6060
<li role="presentation"><a role="menuitem" tabindex="-1" href="#search-tools">搜索工具</a></li>
6161
<li role="presentation"><a role="menuitem" tabindex="-1" href="#debug-tools">Debug调试工具</a></li>
62+
<li role="presentation"><a role="menuitem" tabindex="-1" href="#api-test-tools">Api测试工具</a></li>
6263
<li role="presentation"><a role="menuitem" tabindex="-1" href="#eclipse-android-studio-idea-plugin">IDE插件</a></li>
6364
<li role="presentation"><a role="menuitem" tabindex="-1" href="#android-res-themes-style-generator-tools">Themes/Style生成工具</a></li>
6465
<li role="presentation"><a role="menuitem" tabindex="-1" href="#android-res-analysis-tools">资源分析工具</a></li>
@@ -2167,6 +2168,28 @@ <h4>
21672168
</tr>
21682169
</tbody>
21692170
</table>
2171+
<h4 id="api-test-tools">
2172+
<a name="" class="anchor" href="#api-test-tools">
2173+
<span class="octicon octicon-link"></span>
2174+
</a>Api测试工具</h4>
2175+
<table>
2176+
<thead>
2177+
<tr>
2178+
<th align="left">名称</th>
2179+
<th align="left">简介</th>
2180+
<th align="center">下载地址</th>
2181+
<th align="center">使用教程</th>
2182+
</tr>
2183+
</thead>
2184+
<tbody>
2185+
<tr>
2186+
<td align="left">bat</td>
2187+
<td align="left">一个用Go写的命令行API测试利器,支持文件下载,<br/>文件上传,支持Linux的pipe方式,总之就是炫酷。</td>
2188+
<td align="center"><a href="https://github.com/astaxie/bat">下载</a></td>
2189+
<td align="center"><a href="https://github.com/astaxie/bat#installation">教程</a></td>
2190+
</tbody>
2191+
</table>
2192+
21702193
<h4 id="eclipse-android-studio-idea-plugin">
21712194
<a name="eclipseandroid-studioidea%E6%8F%92%E4%BB%B6" class="anchor" href="#eclipse-android-studio-idea-plugin">
21722195
<span class="octicon octicon-link"></span>

0 commit comments

Comments
 (0)