Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sergioteula
/
python-amazon-paapi
Public
Notifications
You must be signed in to change notification settings
Fork
51
Star
282
Code
Issues
3
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add async support to Creators API
- #143
#143
Merged
sergioteula
merged 20 commits into
master
sergioteula/python-amazon-paapi:master
from
add-async-support
sergioteula/python-amazon-paapi:add-async-support
Copy head branch name to clipboard
Feb 9, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Add async support to Creators API
#143
sergioteula
merged 20 commits into
master
sergioteula/python-amazon-paapi:master
from
add-async-support
sergioteula/python-amazon-paapi:add-async-support
Copy head branch name to clipboard
Commits
Commits on Feb 1, 2026
add async support to creators api
sergioteula
committed
933f6bb
View commit details
Copy full SHA for 933f6bb
Browse repository at this point
Commits on Feb 4, 2026
refactor: move async API and its related import logic to a dedicated subpackage.
sergioteula
committed
ad4b590
View commit details
Copy full SHA for ad4b590
Browse repository at this point
feat: Add comprehensive unit tests for `AsyncHttpClient` and enhance API method tests to include resource handling.
sergioteula
committed
df8c5a0
View commit details
Copy full SHA for df8c5a0
Browse repository at this point
Commits on Feb 5, 2026
ci: Add `--extra async` to `uv run` command in the test workflow.
sergioteula
committed
8d7ac24
View commit details
Copy full SHA for 8d7ac24
Browse repository at this point
fix: Replace `assert` statements with `AuthenticationError` raises for unexpected `None` access tokens.
sergioteula
committed
1fc1b2f
View commit details
Copy full SHA for 1fc1b2f
Browse repository at this point
Commits on Feb 8, 2026
chore: unify async installation instruction in error message
sergioteula
committed
8bade66
View commit details
Copy full SHA for 8bade66
Browse repository at this point
fix: Prevent throttling race conditions by using an asyncio.Lock in the `_throttle` method.
sergioteula
committed
160ac76
View commit details
Copy full SHA for 160ac76
Browse repository at this point
refactor: Enhance type safety for generic resource handling and improve documentation for API client context manager usage and resource extraction.
sergioteula
committed
b49f288
View commit details
Copy full SHA for b49f288
Browse repository at this point
build: Update project dependencies and configuration in pyproject.toml.
sergioteula
committed
ec8717e
View commit details
Copy full SHA for ec8717e
Browse repository at this point
feat: Add API version validation to `AsyncAmazonCreatorsApi` initialization and a test for invalid versions.
sergioteula
committed
b2de270
View commit details
Copy full SHA for b2de270
Browse repository at this point
feat: document async/await support and provide usage examples in README.
sergioteula
committed
f6ce9a3
View commit details
Copy full SHA for f6ce9a3
Browse repository at this point
feat: Add a 'docs' target to the Makefile for building HTML documentation.
sergioteula
committed
0180780
View commit details
Copy full SHA for 0180780
Browse repository at this point
docs: add asynchronous API support with new usage guide and API reference documentation.
sergioteula
committed
638f4d9
View commit details
Copy full SHA for 638f4d9
Browse repository at this point
chore: update changelog and bump project version to 6.1.0.
sergioteula
committed
7e48111
View commit details
Copy full SHA for 7e48111
Browse repository at this point
feat: Add `async` extra to `uv run` command in CI pre-commit step.
sergioteula
committed
30601d7
View commit details
Copy full SHA for 30601d7
Browse repository at this point
refactor: Lazily initialize `asyncio.Lock` for Python 3.9 compatibility and ensure token is set after refresh.
sergioteula
committed
cb231b9
View commit details
Copy full SHA for cb231b9
Browse repository at this point
ci: Add credential and API version secrets to workflow and enable verbose pre-commit output.
sergioteula
committed
c519d54
View commit details
Copy full SHA for c519d54
Browse repository at this point
Commits on Feb 9, 2026
refactor: dynamically set USER_AGENT version using importlib.metadata.
sergioteula
committed
a8c5499
View commit details
Copy full SHA for a8c5499
Browse repository at this point
docs: updated changelog
sergioteula
committed
c8911ad
View commit details
Copy full SHA for c8911ad
Browse repository at this point
refactor: Centralize API error handling, resource extraction, and marketplace validation into new core modules.
sergioteula
committed
0aaa213
View commit details
Copy full SHA for 0aaa213
Browse repository at this point
You can’t perform that action at this time.