Thanks to visit codestin.com
Credit goes to github.com

Skip to content

local waifu image database project

legekka/waifuCloud

Repository files navigation

Parancsok szintaktikája

pár példával a parancsok használata

data_count

Visszatér az adatbázisban található postok számával.

call:

{
    "name": "data_count",
    "job_id": "jobid"
}

response:

{
    "job_id": "jobid",
    "error": false,
    "response": 310
}

add_post

Hozzáad egy új postot az adatbázishoz.

call:

{
    "name": "add_post",
    "post": szabályos post objektum,
    "job_id": "jobid"
}

response:

{
    "job_id": "jobid",
    "error": false,
    "response": "Succesfully added."
}

save

Elmenti az adatbázist.

call:

{
    "name": "save",
    "job_id": "jobid"
}

response:

{
    "job_id": "jobid",
    "error": false,
    "response": "Database saved."
}

About

local waifu image database project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published