macchiato-framework/macchiato-core

Input & output validation with api-docs (swagger)

Open

#7 ouverte le 20 déc. 2016

Voir sur GitHub
 (17 commentaires) (0 réactions) (0 assignés)Clojure (34 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (383 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Optional & pluggable, for handlers, maybe also for middleware. Schema is awesome and proven per today, Spec is the probable future. I could pull out a proposal for a common structure for input & output coercion with api-docs, based on our libs.

  • simple, data-driven core
  • optionally "easy" macro sugar with inferred models
  • pluggable implementation (schema, spec, other)
  • protocols for routing libs to collect routes for api-docs
  • swagger-docs (ring/spec-swagger)

what do you think?

Guide contributeur