Project import generated by Copybara.

GitOrigin-RevId: 94074033e15542b78c82f8a4fe721be656aeaaed
This commit is contained in:
OpenRouter Team
2025-12-13 02:43:01 +00:00
committed by OpenRouter Team
parent d433ce35e8
commit a35486030a
13 changed files with 19 additions and 35 deletions
+4 -2
View File
@@ -7,10 +7,12 @@ This example demonstrates how to:
"""
from openrouter import OpenRouter
from openrouter.utils import (
from openrouter.utils.oauth_create_sha256_code_challenge import (
oauth_create_sha256_code_challenge,
oauth_create_authorization_url,
CreateSHA256CodeChallengeRequest,
)
from openrouter.utils.oauth_create_authorization_url import (
oauth_create_authorization_url,
CreateAuthorizationUrlRequestWithPKCE,
)