Introduction to the Unity Version Control server REST API
Understand what you can do with the Unity Version Control server REST API and how it differs from the client REST API.
읽는 시간 1분최근 업데이트: 11일 전
The Unity Version Control server REST API allows you to consume and manage Unity Version Control information, such as repositories, branches, changesets, labels, code reviews, and locks, directly from a Unity Version Control server.
Unlike the Unity Version Control client REST API, this API doesn't need a Unity Version Control client on the machine that makes the call. Requests go to the server over HTTP, so you can call the API from any machine that reaches the server.
The API follows REST principles, which allows most programming languages to interact with it over standard HTTP requests. Each supported operation maps to a specific URI and HTTP method. For more information, refer to the API Reference.
Every endpoint belongs to an organization, and every endpoint except the login endpoints requires a bearer token. To make your first call, refer to Authenticate and call the Unity Version Control server REST API.