DEV Community

Discussion on: How to use the new github.dev personal website generator

Collapse
 
dzello profile image
Josh Dzielak ๐Ÿ”†

It looks like you could accomplish it with the v3 REST API using the search functionality to filter by user and merged status.

help.github.com/en/articles/search...

Once you had the right query, you could add that into GitHub Dev as another API call and display it on the UI.

Collapse
 
kylepw profile image
Kyle

Yeah, I was looking at that earlier. I assume API calls are hidden in the jekyll-github-metadata plugin, so I'd have to find another way to make API calls. Don't want to setup a server, though. AJAX, maybe?