Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get complete release stats #56

Open
bourgesl opened this issue Nov 27, 2021 · 0 comments
Open

Get complete release stats #56

bourgesl opened this issue Nov 27, 2021 · 0 comments

Comments

@bourgesl
Copy link

Hi,
In my fork, I explicetly hacked your great tool to get all 100000 releases in order to have complete stats on my Marlin-renderer project since 2013:

// Callback function for getting release stats
function getStats() {
    var user = $("#username").val();
    var repository = $("#repository").val();

    var url = apiRoot + "repos/" + user + "/" + repository + "/releases?page=1&per_page=1000000";
    $.getJSON(url, showStats).fail(showStats);
}

I noticed you added pagination, but is it possible to select 'All (slow)' ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant