[06:58:57] That_Guy977: it depends on what data you're getting, can you be more specific? [06:59:15] and yes, if your requests are directly intended for users who are waiting on the response, skip maxlag [06:59:27] just data from pages, from a specific wiki (hololive.wiki) [06:59:32] no editing, just GET [07:00:01] well, i don't really have a "direct intent", since I'm making more of a general library [07:02:12] the Action API (api.php) is better for getting a bunch of different kinds of data in minimal requests and is very robust and fully featured. The REST API is somewhat newer and doesn't yet have ways to get everything from it. So I think it depends on what specifically you want to do [07:02:34] I think I'll go with the action api for now then, thanks [07:03:56] btw, #mediawiki is probably a better channel for questions like these, this channel is mostly used for MediaWiki development itself :) [07:04:17] ah ok, my bad [07:04:24] I'll go ask about the maxlag thing there [07:04:39] thanks