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
/
structs
/
auth.d.ts
5 lines
(4 loc)
•
79 B
TypeScript
View Raw
1
2
3
4
5
export
interface
AccountInfo
{
username
:
string
;
apikey
:
string
; }