Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add more types: SearchResult and UserContribution#348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
macbre merged 4 commits intodevelfromtyping/more
Jul 5, 2022
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
getSiteInfo and getSiteStats are properly parsed - move up
  • Loading branch information
@macbre
macbre committedJul 5, 2022
commitf8b9f819bb39e8db08e32b0466ad86c15b01fa23
4 changes: 2 additions & 2 deletionslib/bot.d.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -49,6 +49,8 @@ declare class Bot {
getArticleProperties(title: string, callback: NodeJSCallback<ArticleProperties>): void;
getMediaWikiVersion( callback: NodeJSCallback<string> ): void;
getPagesInCategory( category: string, callback: NodeJSCallback<PageInCategory[]>): void;
getSiteInfo( props: string[], callback: NodeJSCallback<SiteInfo> ) : void;
getSiteStats( callback: NodeJSCallback<SiteStatistics> ) : void;
getUserContribs( options: {user: string}, callback: NodeJSCallback<UserContribution[]> ) : void;
logIn( callback: NodeJSCallback<any>): void;
logIn( username: string, password: string, callback: NodeJSCallback<any>): void;
Expand DownExpand Up@@ -83,8 +85,6 @@ declare class Bot {
getQueryPage( queryPage: any, callback: NodeJSCallback<any> ) : void;
getRand() : void;
getRecentChanges( start: any, callback: NodeJSCallback<any> ) : void;
getSiteInfo( props: string[], callback: NodeJSCallback<SiteInfo> ) : void;
getSiteStats( callback: NodeJSCallback<SiteStatistics> ) : void;
getTemplateParamFromXml( tmplXml: any, paramName: any ) : void;
getToken( title: any, action: any, callback: NodeJSCallback<any> ) : void;
getUsers( data: any, callback: NodeJSCallback<any> ) : void;
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp