sh request-locId-CAD.sh

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh request-locId-CAD.sh相关的知识,希望对你有一定的参考价值。

# Authorization header value should be in the format of "Bearer xxx" where xxx is access token returned 
# from a previous GET https://api.telstra.com/v1/oauth/token request.
TOKEN="<access_token>"
locationId="<location identifier>"
customerAuthorityDate="<customerAuthorityDate identifier>"

curl -X GET \
-H "Authorization: Bearer $TOKEN" \

"https://api.in.telstra.com.au/v1/nbnSiteQualification/location-details/$locationId?customerAuthorityDate=$customerAuthorityDate"

以上是关于sh request-locId-CAD.sh的主要内容,如果未能解决你的问题,请参考以下文章

sh request-locId-CAD.sh

Linux下执行.sh文件

如何使我的命令行在具有扩展名(.sh)和名称如“weird.sh.sh.sh”的文件上工作

sh sh_template.sh

sh sh.sh

Linux下面如何运行 SH文件