mig-client: Build http-clients from API definition for mig servers

[ bsd3, library, web ] [ Propose Tags ]

With this library we can build client functions for HTTP-applications from the same code as server definition.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0
Dependencies base (>=4.7 && <5), bytestring, containers, http-api-data, http-client, http-media, http-types, mig (>=0.2.1.0), mtl, text [details]
License BSD-3-Clause
Copyright 2023 Anton Kholomiov
Author Anton Kholomiov
Maintainer anton.kholomiov@gmail.com
Category Web
Home page https://github.com/anton-k/mig#readme
Bug tracker https://github.com/anton-k/mig/issues
Source repo head: git clone https://github.com/anton-k/mig
Uploaded by AntonKholomiov at 2023-11-29T07:02:21Z
Distributions NixOS:0.1.1.0
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 57 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-11-29 [all 1 reports]

Readme for mig-client-0.1.1.0

[back to package description]

mig-client

Library to build HTTP-clients. See tutorial on how to build clients: Client article.