AL
Size: a a a
AL
AB
AL
SB
R
$tokens = [ 'tokena', 'tokenb' ];
$normalHttpClient = new GuzzleClient();
$api = new MyLovelyServiceClient( new RateLimitingHttpClient(1000, $tokens, $normalHttpClient) );
// Api умный и сможет сам переключать токены
while (true) {
$api->doThis();
$api->getThat();
}
AL
SB
R
SB
AL
AL
ВУ
ВУ
AM
M
RP
M
AM
DT