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
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
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 }}
glensc
/
python-pytrakt
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
31
Code
Issues
6
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Refactor: Add api client class
- #51
#51
Merged
glensc
merged 22 commits into
main
glensc/python-pytrakt:main
from
client-api
glensc/python-pytrakt:client-api
Copy head branch name to clipboard
Jan 8, 2025
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Refactor: Add api client class
#51
glensc
merged 22 commits into
main
glensc/python-pytrakt:main
from
client-api
glensc/python-pytrakt:client-api
Copy head branch name to clipboard
Commits
Commits on Jan 2, 2025
Add HttpClient class
glensc
committed
113a8b9
View commit details
Copy full SHA for 113a8b9
Browse repository at this point
Add timeout to HttpClient
glensc
committed
15acd61
View commit details
Copy full SHA for 15acd61
Browse repository at this point
Add Config class
glensc
committed
84b8673
View commit details
Copy full SHA for 84b8673
Browse repository at this point
Add config factory to core
glensc
committed
153d7bb
View commit details
Copy full SHA for 153d7bb
Browse repository at this point
Export config factory
glensc
committed
46687f0
View commit details
Copy full SHA for 46687f0
Browse repository at this point
Add TokenAuth class
glensc
committed
f2ea711
View commit details
Copy full SHA for f2ea711
Browse repository at this point
Add api factory
glensc
committed
155a85d
View commit details
Copy full SHA for 155a85d
Browse repository at this point
Export api factory
glensc
committed
ff737a2
View commit details
Copy full SHA for ff737a2
Browse repository at this point
Add BaseAdapter class
glensc
committed
24795af
View commit details
Copy full SHA for 24795af
Browse repository at this point
Add OAuthAdapter adapter
glensc
committed
72a2d78
View commit details
Copy full SHA for 72a2d78
Browse repository at this point
Add PinAuthAdapter adapter
glensc
committed
54fd899
View commit details
Copy full SHA for 54fd899
Browse repository at this point
Add DeviceAuthAdapter module
glensc
committed
3d1e23d
View commit details
Copy full SHA for 3d1e23d
Browse repository at this point
Add auth module
glensc
committed
38b3d70
View commit details
Copy full SHA for 38b3d70
Browse repository at this point
Add decorators module
glensc
committed
9b45253
View commit details
Copy full SHA for 9b45253
Browse repository at this point
Export decorators for backward compat
glensc
committed
cc0d449
View commit details
Copy full SHA for cc0d449
Browse repository at this point
Use updated init_auth in core.init()
glensc
committed
df32767
View commit details
Copy full SHA for df32767
Browse repository at this point
Drop unused Core class
glensc
committed
3e5ad90
View commit details
Copy full SHA for 3e5ad90
Browse repository at this point
Drop unused auth methods from core
glensc
committed
7951438
View commit details
Copy full SHA for 7951438
Browse repository at this point
Cleanup unused imports in core
glensc
committed
1e12732
View commit details
Copy full SHA for 1e12732
Browse repository at this point
Drop unused core constants
glensc
committed
41ffb5a
View commit details
Copy full SHA for 41ffb5a
Browse repository at this point
Update MockCore to use HttpClient
glensc
committed
c1790a8
View commit details
Copy full SHA for c1790a8
Browse repository at this point
Update base version to 4.0.0
glensc
committed
0b1d0f2
View commit details
Copy full SHA for 0b1d0f2
Browse repository at this point
You can’t perform that action at this time.