Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicinabox/slackware-packages
A Slackware packages API for unRAID
https://github.com/nicinabox/slackware-packages
Last synced: about 1 month ago
JSON representation
A Slackware packages API for unRAID
- Host: GitHub
- URL: https://github.com/nicinabox/slackware-packages
- Owner: nicinabox
- Created: 2014-01-21T17:23:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T20:29:55.000Z (almost 11 years ago)
- Last Synced: 2024-10-06T18:14:36.358Z (about 1 month ago)
- Language: Ruby
- Homepage: http://slackware-packages.herokuapp.com/
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slackware Packages API
This API covers Slackware versions 13.1-current (14.1 at this time). Includes standard package versions and patch versions.
All endpoints return json.
## Endpoints
**/slackwares**
List of all Slackware versions
**/slackwares/:id**
List of packages for a Slackware version (`:id`)
**/packages**
List of all packages for all Slackware versions. Also accepts a query parameter (`?q=slug`).
**/packages/:id**
Package details for `:id`. Also supports slugged name.