1
1
mirror of https://github.com/go-gitea/gitea synced 2025-02-04 05:54:29 +00:00

7 Commits

Author SHA1 Message Date
eyad-hussein
d5a1ce1dfd api(refactor): minimize number of endpoints to 2 by refactoring current logic 2024-07-14 11:43:05 +03:00
eyad-hussein
bc0fca4ff3 api: create model to api format convertor for project 2024-07-13 02:09:21 +03:00
eyad-hussein
b2992372a5 api: implement logic for all (user and org)/reponame/projects endpoints and crud operations
create endpoints for each operation in the web router and corresponding handler and tested them manually
2024-07-12 20:45:48 +03:00
eyad-hussein
f8ae9f730b api: implement logic for all project/user related endpoints 2024-07-10 16:12:59 +03:00
eyad-hussein
5877fabc84 api: create endpoint to get standalone projects created by user 2024-07-10 12:58:12 +03:00
eyad-hussein
773bd91232 api: create endpoint for changing project status 2024-07-10 10:32:46 +03:00
eyad-hussein
20fde317b3 feat: add projects/ endpoint for initiating extension of api 2024-07-09 22:43:50 +03:00