https://github.com/quexten/parkitectmodrelayapi
https://github.com/quexten/parkitectmodrelayapi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quexten/parkitectmodrelayapi
- Owner: quexten
- License: mit
- Created: 2018-03-03T05:56:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T09:22:37.000Z (over 7 years ago)
- Last Synced: 2025-02-06T04:51:29.465Z (4 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParkitectModRelayApi
Rest Api Based on Node/JS to download parkitect mods.
To be used in conjuction with the co-project, ParkitectModDownloader.
Best deployed with docker.## Api
Request | Response
--- | ---
GET /getVersion?item_id=ITEM_ID | { version: ITEM_VERSION }
GET /download?item_id=ITEM_ID | { link: LINK_TO_DOWNLOAD }## Build
``` docker build -t quexten/parkitectmodrelayapi . `````` docker run --name parkitect-api --link parkitect-downloader quexten/parkitectmodrelayapi```