CLI 工具 Commandcar

码农软件 · 软件分类 · 常用工具包 · 2019-08-15 11:44:36

软件介绍

Commandcar 是一个可以很容易跟任何 API 通信的 CLI 工具。它可以简化难读的和复杂的 curl 指令,并且有一些不错的功能,使 API 调用更加简单,使 bash 脚本更加精简。

示例代码:

{
     path_template: '/{uid}?fields=name&access_token={access_token}',
     ret: 'name',
     options: [
       {
           short: 'u',
           long: 'uid',
           def: 'user id',
           desc: 'facebook user id',
       },
       {
           short: 'a',
           long: 'access_token',
           def: 'access token',
           desc: 'access_token',
       },
     ]
 }

本文地址:https://codercto.com/soft/d/12411.html

A=B

A=B

Marko Petkovsek、Herbert S. Wilf、Doron Zeilberger / AK Peters, Ltd. / 1996-01 / USD 49.00

At some point, this book describes methods of solving the problem raised by Donald E. Knuth in the classical book "The Art of Computer Programming, Volume 1: Fundamental Algorithms". The main purpo......一起来看看 《A=B》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换