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, req-url-extra, text, transformers [details]
License MIT
Copyright 2018 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 2018-03-18T01:42:04Z
Distributions NixOS:0.1.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables req-oauth2-app
Downloads 936 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for req-oauth2-0.1.0.0

[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