req-oauth2: Provides OAuth2 authentication for use with Req

[ command-line, library, mit, program ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies aeson, base (>=4.7 && <5), base64-bytestring, bytestring, data-default-class, http-client, http-types, lens, modern-uri, req, text, transformers [details]
License MIT
Copyright (C) 2018-2021 Richard Cook
Author Richard Cook
Maintainer rcook@rcook.org
Category Command Line
Home page https://github.com/rcook/req-oauth2#readme
Source repo head: git clone https://github.com/rcook/req-oauth2.git
Uploaded by rcook at 2021-11-02T05:32:08Z
Distributions NixOS:0.1.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables req-oauth2-app
Downloads 933 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-11-02 [all 1 reports]

Readme for req-oauth2-0.1.0.1

[back to package description]

req-oauth2 by Richard Cook

Haskell application with main executable only built using Stack

Clone repository

git clone https://github.com/rcook/req-oauth2.git

Install compiler

stack setup

Build

stack build --fast

Run application

stack exec req-oauth2-app

Run tests

stack test

Licence

Released under MIT License