Skip to content
Snippets Groups Projects

Resolve #3501907 "Improve checks for"

1 unresolved thread

Closes #3501907

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
23 public function __construct(
24 private readonly MessengerInterface $messenger,
25 ) {
26 }
27
28 /**
29 * Check the rate limit and create a warning message if its free tier.
30 *
31 * @param string $api_key
32 * The API Key.
33 */
34 public function testRateLimit(string $api_key) {
35 $headers = [];
36
37 // Create a Guzzle client with a handler to capture response headers.
38 $guzzle = new Client([
  • added 1 commit

    Compare with previous version

  • Marcus Johansson marked this merge request as ready

    marked this merge request as ready

  • Please register or sign in to reply
    Loading