GET projects/{provider}/{org}/{name}
Operation ID: getProjectByUrlIdentifier
Auth: unknown
Description
Get the latest summary for a specific project using the project's URL identifier `{provider}/{org}/{name}`. To find the URL identifier for a project, view the project overview page in LGTM. The URL identifier follows after `/projects`. For example, for a project with the URL `https://lgtm.example.com/projects/g/apache/commons-io` the URL identifier is `g/apache/commons-io`. In the example, `g` represents the `provider` (repository host), `apache` is the `organization` and `commons-io` is the `name` of the repository.
Parameters (3)
(string, path, required)
The third part of the URL identifier of a project, the repository name.
(string, path, required)
The second part of the URL identifier of a project, the organization.
(string, path, required)
The first part of the URL identifier of a project, which represents the repository host.
No probe data for this endpoint yet.