Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
a01c25
Add pagination to the projects API
Authored and Committed by Matt Prahl
7 years ago
raw
patch
tree
parent
4 files changed.
471 lines added
.
5 lines removed
.
pagure/api/__init__.py
file modified
+1
-0
pagure/api/project.py
file modified
+154
-5
pagure/lib/__init__.py
file modified
+56
-0
tests/test_pagure_flask_api_project.py
file modified
+260
-0
Add pagination to the projects API
pagure/api/__init__.py
file modified
+1
-0
pagure/api/project.py
file modified
+154
-5
pagure/lib/__init__.py
file modified
+56
-0
tests/test_pagure_flask_api_project.py
file modified
+260
-0