mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Add extra format field
This commit is contained in:
parent
0708a900ac
commit
6f6506bf23
11 changed files with 11 additions and 0 deletions
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: `https://dev.to/api/articles/${match[1]}/${match[2]}`,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: `https://${match[1]}/u/${match[2]}.json`,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: uri,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: `https://${match[1]}/api/v1/repos/${match[2]}/gitea_proof`,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: `https://api.github.com/gists/${match[2]}`,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: `https://hacker-news.firebaseio.com/v0/user/${match[1]}.json`,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: `https://liberapay.com/${match[1]}/public.json`,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: `https://lobste.rs/u/${match[1]}.json`,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: uri,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: `${uri}/api/config`,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@ const processURI = (uri) => {
|
|||
format: E.ProofFormat.JSON,
|
||||
data: {
|
||||
url: `https://www.reddit.com/user/${match[1]}/comments/${match[2]}.json`,
|
||||
format: E.ProofFormat.JSON,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue