spara / here_oauth

Python package to get oauth token for HERE APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HERE OAuth

here_oauth returns an oauth token for HERE Technologies APIs.

Requirements

A HERE credential file.

Install

$ pip install here_oauth

Usage

from here_oauth import here_oauth

token = here_oauth.get_token("credential_file")
print(token)

About

Python package to get oauth token for HERE APIs

License:MIT License


Languages

Language:Python 100.0%