Ethanl

  • 活动总数 10
  • 最后的活动
  • 成员加入日期
  • 正在关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 5

帖子

Ethanl 最近的活动 最近的活动 投票数
  • 使用 HTTP 提出简单请求

    避开演示代码,如何验证一个简单的请求?请以下列形式寻找答案:# 获取令牌 curl -X GET URL/getToken -H appID appLicense appKey # 执行命令  curl -X POST someURL/someCommand -H token 文档似乎只讨论了使用 JSBridge,但我有兴趣在 JSBridge 之外进行开发,而不是依赖示例应用程序(或 e...

  • Using HTTP to make a simple request

    Avoiding the demo code, how do you authenticate a simple request? Looking for an answer in the form: # Get token with curl -X GET someURL/getToken -H appID appLicense appKey # Execute commands with...