UNPKG
e621-sdk
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.4
1.2.3
1.2.1
1.2.0
1.1.0
1.0.7
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
从E621抓取帖子。支持搜索、引用、随机。
e621-sdk
/
dist
/
src
/
request.d.ts
3 lines
(2 loc)
•
201 B
TypeScript
View Raw
1
2
3
import
type
{
E621
}
from
"./client"
;
export
declare
function
request
(
url
:
string
,
method
:
"get"
|
"post"
|
"patch"
,
client
: E621,
body
?:
FormData
):
Promise
<
import
(
"axios"
).
AxiosResponse
<
any
,
any
>>;