Popularity
8.3
Growing
Activity
4.0
-
34
15
2

Monthly Downloads: 44
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Network     Cloud     Distributed Computing    
Latest version: v0.8.0.2

api-tools alternatives and similar packages

Based on the "Cloud" category.
Alternatively, view api-tools alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of api-tools or a related project?

Add another 'Cloud' Package

README

api-tools

The api-tools library provides a compact DSL for describing an API. It uses Template Haskell to generate the corresponding data types and assorted tools for working with it, including code for converting between JSON and the generated types and writing unit tests. It supports maintaining a log of changes to the API and migrating data between different versions.

See Data.API.Tutorial for a brief overview of the library.