Skip to content

windtail/httpie-kws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KWS app auth plugin for httpie

Using command line arguments

https -A kws -u $appid:$appsecret https://kws.knd.com.cn/api/v4/manufacturers/

Using environment variables

export KWS_APP_ID=$appid
export KWS_APP_SECRET=$appsecret

https -A kws https://kws.knd.com.cn/api/v4/manufacturers/

Using configuration file

Download app auth file to $HOME/.kws-auth

https -A kws https://kws.knd.com.cn/api/v4/manufacturers/

About

httpie kws auth plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published