Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 Priority 的新工具开发网站时,在哪些情况下使用 Web SDK 访问 Priority 比使用 REST API 更好?
反过来呢?
这取决于你的需要。REST API 主要用于与其他应用程序集成,而 WEB SDK 用于构建独立应用程序。
您当然可以在同一个应用程序中同时使用它们。
有一些技术差异:
我建议使用 REST API 进行大型数据检索,使用 WEB SDK 进行较小的请求。