feat: describe idea of pwa and web cli tools
This commit is contained in:
commit
064376cccd
5 changed files with 237 additions and 0 deletions
26
example/.well-known/pwact.json
Normal file
26
example/.well-known/pwact.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"api": "https://codeberg.org/api/v1",
|
||||
"settings": {
|
||||
"aliases": [
|
||||
{
|
||||
"alias": "i",
|
||||
"type": "path",
|
||||
"path": "/repos/{owner}/{repo}/issues"
|
||||
},
|
||||
{
|
||||
"alias": "create",
|
||||
"type": "method",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"alias": "tea",
|
||||
"type": "bin",
|
||||
"bin": "tea"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bin": {
|
||||
"linux": [{"x86": "https://dl.gitea.com/tea/main/tea-main-linux-amd64.xz"}]
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue