【问题标题】:How do you add clients to your Clockify workspace with the POST command?如何使用 POST 命令将客户端添加到 Clockify 工作区?
【发布时间】:2020-05-20 08:55:23
【问题描述】:

有没有办法在 PowerShell 中使用 POST 命令将客户端添加到我的 Clockify 工作区?

Clockify 有一个 API,所以我想知道如何做到这一点。有人有这方面的经验吗?

【问题讨论】:

    标签: powershell api clockify


    【解决方案1】:

    您可以使用以下命令将POST 转至REST 端点:

    Invoke-RestMethod -Method POST -Uri 'rest api uri' -Credential 'credentials to endpoint' -Headers 'headers passed' -Body 'Content Body' -ContentType 'text? json? xml?'

    更多详情:Read the official documentation

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-05-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多