Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance GitHubService to sort starred repositories by creation date
- Updated the GitHubService to include sorting options for the list of repositories starred by the authenticated user. - Added 'sort' parameter set to 'created' and 'direction' set to 'asc' for improved data retrieval. These changes improve the functionality of the GitHubService by allowing users to view their starred repositories in chronological order.
- Loading branch information