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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
flexiblepower
/
s2-python
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
25
Code
Issues
20
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
The abstract client class
- #108
#108
Open
VladIftime
wants to merge 31 commits into
pairing&auth
flexiblepower/s2-python:pairing&auth
from
feat/abstract_client
flexiblepower/s2-python:feat/abstract_client
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Open
The abstract client class
#108
VladIftime
wants to merge 31 commits into
pairing&auth
flexiblepower/s2-python:pairing&auth
from
feat/abstract_client
flexiblepower/s2-python:feat/abstract_client
Copy head branch name to clipboard
Commits
Commits on Apr 15, 2025
Small clean-up before pull
Show description for c59e925
VladIftime
committed
c59e925
View commit details
Copy full SHA for c59e925
Browse repository at this point
Merge branch 'pairing&auth' of github.com:flexiblepower/s2-python into pairing&auth
Show description for 928a41a
VladIftime
committed
928a41a
View commit details
Copy full SHA for 928a41a
Browse repository at this point
Started the abstract class for a client using PR 85 as inspiration
Show description for 7355d68
VladIftime
committed
7355d68
View commit details
Copy full SHA for 7355d68
Browse repository at this point
Chore: Fixing tests
Show description for af98f84
VladIftime
committed
af98f84
View commit details
Copy full SHA for af98f84
Browse repository at this point
Chore: Fixing tests added extra dependencies
Show description for 54b2466
VladIftime
committed
54b2466
View commit details
Copy full SHA for 54b2466
Browse repository at this point
Chore: Fixing tests
Show description for cc3da10
VladIftime
committed
cc3da10
View commit details
Copy full SHA for cc3da10
Browse repository at this point
Chore: Fixing tests
Show description for 53d4cb1
VladIftime
committed
53d4cb1
View commit details
Copy full SHA for 53d4cb1
Browse repository at this point
Commits on Apr 18, 2025
Added a mock server for testing only
Show description for c7bce1b
VladIftime
committed
c7bce1b
View commit details
Copy full SHA for c7bce1b
Browse repository at this point
Pairing is succesful using the token from the mock server
Show description for 5294be3
VladIftime
committed
5294be3
View commit details
Copy full SHA for 5294be3
Browse repository at this point
Connection to the REST server works. Now the server needs to create the challange
Show description for 164d467
VladIftime
committed
164d467
View commit details
Copy full SHA for 164d467
Browse repository at this point
Commits on Apr 21, 2025
Created a default_client and made the abstract client use functions that are expected to be overwritten
Show description for caa666e
VladIftime
committed
caa666e
View commit details
Copy full SHA for caa666e
Browse repository at this point
Created a default_client and made the abstract client use functions that are expected to be overwritten
Show description for 9840519
VladIftime
committed
9840519
View commit details
Copy full SHA for 9840519
Browse repository at this point
Chore: fixing tests
Show description for 8001f5b
VladIftime
committed
8001f5b
View commit details
Copy full SHA for 8001f5b
Browse repository at this point
Commits on May 6, 2025
Add .yaml specs and fixed bw compat.
Show description for 584e49e
VladIftime
committed
584e49e
View commit details
Copy full SHA for 584e49e
Browse repository at this point
dropping python 3.8 support (#117)
Show description for 71d89b5
MauriceHendrix
committed
71d89b5
View commit details
Copy full SHA for 71d89b5
Browse repository at this point
Chore: Fix tests
Show description for 8552f9d
VladIftime
committed
8552f9d
View commit details
Copy full SHA for 8552f9d
Browse repository at this point
moved import backwards compatibility fix to __init__.py in the main s2python folder
MauriceHendrix
committed
51ffb3b
View commit details
Copy full SHA for 51ffb3b
Browse repository at this point
Update src/s2python/authorization/client.py
MauriceHendrix
authored
c91c766
View commit details
Copy full SHA for c91c766
Browse repository at this point
Update src/s2python/authorization/client.py
MauriceHendrix
authored
bbaaeb4
View commit details
Copy full SHA for bbaaeb4
Browse repository at this point
Update src/s2python/authorization/client.py
MauriceHendrix
authored
4077452
View commit details
Copy full SHA for 4077452
Browse repository at this point
Update src/s2python/authorization/client.py
MauriceHendrix
authored
d8d2803
View commit details
Copy full SHA for d8d2803
Browse repository at this point
Update src/s2python/authorization/client.py
MauriceHendrix
authored
c08b086
View commit details
Copy full SHA for c08b086
Browse repository at this point
Update src/s2python/authorization/client.py
MauriceHendrix
authored
5df1960
View commit details
Copy full SHA for 5df1960
Browse repository at this point
Update src/s2python/authorization/default_client.py
MauriceHendrix
authored
4c21e89
View commit details
Copy full SHA for 4c21e89
Browse repository at this point
Update src/s2python/authorization/default_client.py
MauriceHendrix
authored
1639af8
View commit details
Copy full SHA for 1639af8
Browse repository at this point
Update dev-requirements.txt
Show description for 60f36ae
MauriceHendrix
authored
60f36ae
View commit details
Copy full SHA for 60f36ae
Browse repository at this point
Update default_client.py
Show description for 460ba2d
MauriceHendrix
authored
460ba2d
View commit details
Copy full SHA for 460ba2d
Browse repository at this point
Commits on May 12, 2025
fixed linting errors (#119)
Show description for 575eee7
MauriceHendrix
authored
575eee7
View commit details
Copy full SHA for 575eee7
Browse repository at this point
Commits on May 23, 2025
Update src/s2python/authorization/default_client.py
Show description for 71c05b9
VladIftime
and
MauriceHendrix
authored
71c05b9
View commit details
Copy full SHA for 71c05b9
Browse repository at this point
Small update
VladIftime
committed
6d05f1b
View commit details
Copy full SHA for 6d05f1b
Browse repository at this point
Merge branch 'feat/abstract_client' of github.com:flexiblepower/s2-python into feat/abstract_client
VladIftime
committed
b4d983b
View commit details
Copy full SHA for b4d983b
Browse repository at this point
You can’t perform that action at this time.