Replies: 4 comments 5 replies
-
|
Relevant: what sorting options are available other than |
Beta Was this translation helpful? Give feedback.
-
|
Also relevant: perhaps you didn't really think that somebody would come and consume CLOTributor API, but I think it is a good data source. |
Beta Was this translation helpful? Give feedback.
-
Yes, that field comes from:
Not yet, but we'd like to add some API docs like the ones we have for Artifact Hub 🙂 In the meantime, maybe this can be of help:
Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
|
Out of curiosity, may I ask what would you like to build with it? 😇 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sample call: https://clotributor.dev/api/issues/search?limit=1&offset=0&sort_by=most_recent
[ { "number": 17811, "title": "🐛 Bug Report: `SidebarConfigContext` not respecting config prop values", "url": "https://github.com/backstage/backstage/issues/17811", "labels": [ "bug", "help wanted" ], "published_at": 1684200943, "kind": "bug", "repository": { "name": "backstage", "url": "https://github.com/backstage/backstage", "homepage_url": "https://backstage.io", "topics": [ "infrastructure", "dx", "developer-experience", "developer-portal", "service-catalog", "microservices", "cncf", "backstage", "hacktoberfest" ], "languages": [ "TypeScript", "JavaScript", "Handlebars", "CSS", "Smarty" ], "stars": 21907 }, "project": { "name": "backstage", "display_name": "Backstage", "logo_url": "https://raw.githubusercontent.com/cncf/artwork/master/projects/backstage/icon/color/backstage-icon-color.svg", "devstats_url": "https://backstage.devstats.cncf.io/", "accepted_at": "2020-09-08", "maturity": "incubating", "foundation": "cncf" }, "_relevance": 1 } ]I am curious about
published_at. Is that issue creation datetime?Are there any docs available? Or, a schema/struct/class or something similar that I can take a look?
Beta Was this translation helpful? Give feedback.
All reactions