version
/api/v0/pin/version
REQUESTβ
curl "https://ipfs.krypc.io:5001/api/v0/version?number=<value>&commit=<value>&repo=<value>&all=<value>" \
-X POST \
-u "<API_KEY>:<API_KEY_SECRET>"RESPONSEβ
{
"Commit": "string",
"Golang": "string",
"Repo": "string",
"System": "string",
"Version": "string"
}Last updated
Was this helpful?