Packages

KATT (Klarna API Testing Tool) is an HTTP-based API testing tool for Erlang.

Current section

Files

Jump to
katt src katt.app.src
Raw

src/katt.app.src

{application,katt,
[{description,"KATT (Klarna API Testing Tool) is an HTTP-based API testing tool for Erlang."},
{vsn,"1.6.1"},
{modules,[katt,katt_blueprint,katt_blueprint_parse,katt_util]},
{registered,[]},
{applications,[kernel,stdlib,crypto,asn1,public_key,ssl,jsx,
hackney,tdiff]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/for-GET/katt"}]}]}.