a way to add an upload or paste to a vault over the api, and also to be able to get a list of the uploads and pastes from a vault would be really nice
also also, if the user provides auth, it would be nice to get some kind of list of vaults that the user has
a way to add an upload or paste to a vault over the api, and also to be able to get a list of the uploads and pastes from a vault would be really nice
also also, if the user provides auth, it would be nice to get some kind of list of vaults that the user has
{
"title":"This is the name of Vault",
"created":"date format",
"description":"pretty awesome list of awesome files and awesome links!",
"item": [
{
"title":"Item 1",
"description":"Desc of item 1",
"type":"upload",
"url":"XXXXX"
},
{
"title":"Item 2",
"description":"Desc of item 2",
"type":"paste",
"url":"YYYYY"
}
]
}
Yes. I want this. Also, it could be nice if I can access data of vault via `.json`.
e.g. https://v.teknik.io/v/ABCDE.json
And it contains something like this:
```json
{
"title":"This is the name of Vault",
"created":"date format",
"description":"pretty awesome list of awesome files and awesome links!",
"item": [
{
"title":"Item 1",
"description":"Desc of item 1",
"type":"upload",
"url":"XXXXX"
},
{
"title":"Item 2",
"description":"Desc of item 2",
"type":"paste",
"url":"YYYYY"
}
]
}
```
Ping @Uncled1023
a way to add an upload or paste to a vault over the api, and also to be able to get a list of the uploads and pastes from a vault would be really nice
also also, if the user provides auth, it would be nice to get some kind of list of vaults that the user has
Yes. I want this. Also, it could be nice if I can access data of vault via
.json
. e.g. https://v.teknik.io/v/ABCDE.jsonAnd it contains something like this:
Ping @Uncled1023