[Haskell-cafe] [ANN] github-0.15

Tobias Dammers tdammers at gmail.com
Fri Nov 4 18:32:31 UTC 2016


Not very constructive, but I can't help but think that if people were to
write actual RESTful APIs, this would be a much more straightforward
problem to solve...

On Nov 4, 2016 7:28 PM, "Oleg Grenrus" <oleg.grenrus at iki.fi> wrote:

> Hi,
>
> today I finally released a new version of `github` package [1], providing
> bindings
> to the most of GitHub API. [2]
>
> The most notable feature, it’s now compatible with GHC-8.0.1.
>
> As GitHub doesn’t provide (or I’m not aware of) machine readable
> specification
> of their API, the feature completeness and correctness depends on the users
> of the package. So, please try it out, find out what’s incorrect and
> missing,
> and ideally submit a PR.
>
> The plan for the next version is to merge in definitions from github-types
> [3],
> and then split types from `github` package back into `github-types`, so
> others can reuse the definitions without the rest of the packages, e.g. for
> servant-github [4]
>
> As you can see, we are still experimenting with “how to write bindings to
> rest APIs”,
> if you have some comments, please raise an issue.
>
> Cheers,
> Oleg Grenrus
>
> - [1]: http://hackage.haskell.org/package/github
> - [2]: https://developer.github.com/v3/
> - [3]: http://hackage.haskell.org/package/github-types
> - [4]: http://hackage.haskell.org/package/servant-github
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20161104/18208ffc/attachment.html>


More information about the Haskell-Cafe mailing list