API
Store API
This API allows to query the configuration of the Store.
This API allows to query the configuration of the Store.
Get Store configuration
This operation lets you get the state of the Store.
curl http://drydock:3000/api/store
{
"configuration":{
"path":".store",
"file":"dd.json"
}
}