Trimble Connect Workspace API 007 - Deployment

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024
  • Deployment of Trimble Connect extension in Azure Static Web Apps.

ความคิดเห็น • 2

  • @TeklaTipsTricks-OsamaAhmed
    @TeklaTipsTricks-OsamaAhmed 2 หลายเดือนก่อน +1

    Hi , Thank you for great videos , it is very helpful for me to understand how this extensions work , could Trimble workspace API deal with Property Set Libraries for example using organizer to group some property set lib. and color them , I search on Trimble workspace API , but i not found any thing

    • @letsconstructit5783
      @letsconstructit5783  2 หลายเดือนก่อน +3

      As you already know, Workspace API will not help in manipulating over Property Sets and Organizer. For that purpose you need to look into:
      1) Organizer API: app.swaggerhub.com/apis/Trimble-Connect/org-prod/v1
      2) PSet service: app.swaggerhub.com/apis/Trimble-Connect/pset-prod/v1
      Both are nicely wrapped in www.npmjs.com/package/trimble-connect-sdk
      But to use them, you have to register your application as a Trimble Connect Developer. This way, you will get API credentials needed to move further.