Woody88 / purescript-http-types

Generic HTTP types for Purescript (Haskell port)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License CI

http-types: Generic HTTP types for Purescript

(for both client and server code)

Installation

This library is not yet published to pursuit.
You can install this package by adding the details below to your packages.dhall:

Using Spago
let additions =
      { http-types =
        { dependencies = [ "tuples", "unicode", "generics-rep" ]
        , repo = "https://github.com/Woody88/purescript-http-types.git"
        , version = "master"
        }
      }
user@user:~$ spago install http-types

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the contributing guidelines.

Changelog

Change log details can be found here

License

Licensed under the MIT license. Copyright (c) 2021 Woodson Delhia. All rights reserved.

About

Generic HTTP types for Purescript (Haskell port)

License:MIT License


Languages

Language:PureScript 85.9%Language:Dhall 14.1%