Skip to content

tinomerl/apyauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Wrapper for OAuth2.0

Current Version

1.0.4

Tested and working with following oauth Endpoints

  • HubSpot
  • Facebook
  • Google
    • Analytics
    • Ads
    • Sheets
  • Slack

Python Version

3.8.10

Installation

For installing execute the following.

pip install git+https://github.com/tinomerl/apyauth.git

Usage

Will be updated

Kudos

The functionality of this library was inspired by the httr package from Hadley Wickey.