Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 547 Bytes

Readme.md

File metadata and controls

28 lines (22 loc) · 547 Bytes

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.