Skip to content

CedricCook/sumup_oauthsession

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SumUp OAuth2Session

Introduction

This is a simple Python library that uses Python Requests to interact with the SumUp API using OAuth2. You might ask, why not use Requests-OAuthlib? This is because SumUp's implementation of array parameters in a GET request and the Requests-OAuthlib don't play nice together. Hence I made a quick lib that implements the basic functionalities that I need.

Installation

pip install git+https://github.com/CedricCook/sumup_oauthsession

Contributing

Don't hesitate to fork and PR for any needed functionality, or use the Issues tool :)

About

Python OAuth Lib to interact with the SumUp API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages