-
Notifications
You must be signed in to change notification settings - Fork 315
Open
Description
I am trying to get sorted repository list, but it seems the request is not considering other params that I passed to the repos
object. I am getting a default list all the time which is sorted by full_name
.
PFB my code -
github.repos(user: user_name, repo: repo_name, sort: 'pushed', direction: 'desc')
Note:
github
is an object ofGithub::Client
Metadata
Metadata
Assignees
Labels
No labels