xft-openapi-caller
v1.0.6
Published
CLI for matching XFT OpenAPI docs, fetching cached documents, resolving city codes, and calling XFT APIs.
Readme
xft-openapi-caller
xft-openapi-caller is a Node.js CLI package for matching XFT OpenAPI documents, fetching cached docs, resolving city codes, and calling XFT APIs.
Install
npm install -g xft-openapi-callerCommands
xft-cli --help
xft-cli doc find --help
xft-cli doc fetch --help
xft-cli api call --help
xft-cli city refresh --help
xft-cli city resolve --help
xft-cli auth --help
xft-cli config list --helpNotes
keytaris a required runtime dependency and is installed through npm.- Sensitive credentials are stored in
~/.xft_config/credentials.json.enc. - Non-sensitive config is stored in
~/.xft_config/config.json. - City cache files are stored in
~/.xft_config/.cache.
