Skip to content

Add get-token command

Tomasz Maczukin requested to merge add-get-token-command into master

Adds a get-token command. The command may be used to request for an oAuth2 token using specified Service Account JSON file. Such token can be next used for manual requests (e.g. with curl). Useful for debugging and exploring API.

Merge request reports