Skip to content

Main repository for the servant libraries. Web API combinators, with servers, clients and documentation

Notifications You must be signed in to change notification settings

brs-ableton/servant

 
 

Repository files navigation

servant

Build Status Coverage Status

servant

These libraries provides a family of combinators to define webservices and automatically generate the documentation and client-side querying functions for each endpoint.

In order to minimize the dependencies depending on your needs, we provide these features under different packages.

  • servant, which contains everything you need to declare a webservice API.
  • servant-server, which lets you implement an HTTP server with handlers for each endpoint of an API.
  • servant-client, which lets you derive automatically Haskell functions that let you query each endpoint of a servant webservice.
  • servant-docs, which lets you generate API docs for your webservice.
  • servant-js, which lets you derive Javascript functions (using vanilla JS ajax requests, angular or jquery) to query your API's endpoints, in the same spirit as servant-client.
  • servant-blaze and servant-lucid provide easy HTML rendering of your data as an HTML content-type "combinator".

Tutorial

We have a tutorial guide that introduces the core types and features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples.

About

Main repository for the servant libraries. Web API combinators, with servers, clients and documentation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 93.0%
  • Shell 3.5%
  • HTML 1.6%
  • Nix 1.6%
  • JavaScript 0.3%