WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

More flexible API or frontend #8

@Noratrieb

Description

@Noratrieb

It would be useful to be able to sort the crates (for example by download count).

This could either be implemented here, or another solution that would work as well would be to offer a raw data API, using which you could quickly hack together such sorting or filtering yourself on the command line.

A possible API might look like this:

  • /raw to get the (shortened, just name/version/error/download count) data of all crates
  • /raw/ub to only get those with ub
  • /raw/logs to get the logs of a crate run (just as the raw bytes) (though I'm not sure about the usefulness of this one)

I might be able to hack some if this together tomorrow

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions