CMIPT / gcs-back-end

The back-end for git center server.
MIT License
2 stars 0 forks source link

Add an API for getting the repository list by user id #47

Closed Kaiser-Yang closed 2 months ago

Kaiser-Yang commented 2 months ago

This API can also be used for getting other's repository list, but only the public repository can be got.

The test case will be added after finishing the APIs related to repository (such as creating a repository, updating a repository, etc.).

See #32.