{ "opencollection": "1.0.0", "info": { "name": "Clojars REST Artifacts Groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Get Group Artifacts", "type": "http" }, "http": { "method": "GET", "url": "https://clojars.org/api/groups/:group_name", "params": [ { "name": "group_name", "value": "", "type": "path", "description": "The group identifier (e.g. org.clojure)." } ] }, "docs": "Returns all artifacts belonging to the specified group." } ] } ], "bundled": true }