Skip to content

Simple generation of cli- and web-apis from functions + metadata

Notifications You must be signed in to change notification settings

johannesloetzsch/fn2api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Clojars

Architecture

Fn2Api constists of several modules for the individual features:

  • fn2api-core CljDoc The core functionality — Providing functions for parsing function signatures and specs

  • fn2api-lib CljDoc Contains interfaces for external libraries used in the other modules. This includes mounts for config parsing and logging.

  • fn2api-format CljDoc Encoding (serialization) and Decoding (parsing + coercion according to specs) for different file formats (including edn, json, yaml).

Targets

  • fn2api-cli CljDoc Generate commandline interfaces

  • fn2api-web CljDoc Generate web interfaces

Tutorial and further documentation

… should follow soon.

For now please have a look at the ./examples and the testcases for the individual ./modules.

About

Simple generation of cli- and web-apis from functions + metadata

Resources

Stars

Watchers

Forks

Packages

No packages published