Fetches Sui/Move repositories created in the last month.
cURL
curl --request GET \ --url http://localhost:8080/api/v1/projects/sui/monthly \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "full_name": "<string>", "description": "<string>", "language": "<string>", "languages": [ "<string>" ], "owner": { "login": "<string>", "avatar_url": "<string>" }, "html_url": "<string>", "stargazers_count": 123, "forks_count": 123, "fork": true, "size": 123, "topics": [ "<string>" ], "open_issues_count": 123, "open_issues": 123, "open_prs": 123, "signal": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of repositories
Show child attributes
Project health signal (Healthy, Moderate, Abandoned)