File: repositories.yml

package info (click to toggle)
libgitlab-api-v4-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,500 kB
  • sloc: perl: 5,960; sh: 838; python: 63; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
- tree: tree = GET projects/:project_id/repository/tree?
- blob: blob = GET projects/:project_id/repository/blobs/:sha
- raw_blob: raw_blob = GET projects/:project_id/repository/blobs/:sha/raw
- method: archive
  spec: archive = GET projects/:project_id/repository/archive?
  no_decode: true
- compare: comparison = GET projects/:project_id/repository/compare?
- contributors: contributors = GET projects/:project_id/repository/contributors?