Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
ad5147
Add an API endpoint to get the git urls of a project
3 files
Authored by Matt Prahl
7 years ago
, Committed by Pierre-Yves Chibon
7 years ago
,
raw
patch
tree
parent
3 files changed.
132 lines added
.
1 lines removed
.
pagure/api/__init__.py
file modified
+2
-0
pagure/api/project.py
file modified
+54
-1
tests/test_pagure_flask_api_project.py
file modified
+76
-0
Add an API endpoint to get the git urls of a project
pagure/api/__init__.py
file modified
+2
-0
pagure/api/project.py
file modified
+54
-1
tests/test_pagure_flask_api_project.py
file modified
+76
-0