How can I create a search query sorted by the created_at field? I\'ve tried:
created_at
https://api.github.com/search/repositories?q=blog&sort=created_
In addition to what was written till now I found out here another way. That is:
https://api.github.com/users//repos?sort=created&direction=desc
For example:
https://api.github.com/users/nadar71/repos?sort=created&direction=desc