legnaleurc / ddld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDLD

A centralized download server

RESTful API

GET /api/v1/nodes

  • pattern (string)

    search nodes by the given pattern

POST /api/v1/nodes

sync ACD cache database

DELETE /api/v1/nodes/{id}

move the node to trash

GET /api/v1/cache

  • nodes[] (string)

    compare nodes

POST /api/v1/cache

abort pending downloads

  • (optional) acd_paths[] (string)

    pull files from the given paths

PUT /api/v1/cache/{id}

download the given node

About

License:MIT License


Languages

Language:Python 79.1%Language:JavaScript 17.9%Language:HTML 2.0%Language:CSS 0.8%Language:Makefile 0.2%